UNPKG

@pulumi/docker

Version:

A Pulumi package for interacting with Docker in Pulumi programs

63 lines 1.72 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); const __config = new pulumi.Config("docker"); Object.defineProperty(exports, "caMaterial", { get() { return __config.get("caMaterial"); }, enumerable: true, }); Object.defineProperty(exports, "certMaterial", { get() { return __config.get("certMaterial"); }, enumerable: true, }); Object.defineProperty(exports, "certPath", { get() { return __config.get("certPath"); }, enumerable: true, }); Object.defineProperty(exports, "context", { get() { return __config.get("context"); }, enumerable: true, }); Object.defineProperty(exports, "disableDockerDaemonCheck", { get() { return __config.getObject("disableDockerDaemonCheck"); }, enumerable: true, }); Object.defineProperty(exports, "host", { get() { var _a; return (_a = __config.get("host")) !== null && _a !== void 0 ? _a : utilities.getEnv("DOCKER_HOST"); }, enumerable: true, }); Object.defineProperty(exports, "keyMaterial", { get() { return __config.get("keyMaterial"); }, enumerable: true, }); Object.defineProperty(exports, "registryAuth", { get() { return __config.getObject("registryAuth"); }, enumerable: true, }); Object.defineProperty(exports, "sshOpts", { get() { return __config.getObject("sshOpts"); }, enumerable: true, }); //# sourceMappingURL=vars.js.map