Package-level declarations
Types
Builder for ContainerArgs.
Builder for Container.
The provider type for the docker package. By default, resources use package-wide configuration settings, however an explicit Provider
instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.
Builder for DockerProvider.
Builder for NetworkArgs.
Builder for Network.
Builder for PluginArgs.
Builder for Plugin.
The provider type for the docker package. By default, resources use package-wide configuration settings, however an explicit Provider
instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.
Builder for ProviderArgs.
Builder for RegistryImageArgs.
Builder for RegistryImage.
Builder for RemoteImageArgs.
Builder for RemoteImage.
#!/bin/bash Docker secret cannot be imported as the secret data, once set, is never exposed again.
Builder for SecretArgs.
Builder for Secret.
name = "foo" task_spec { container_spec { image = "nginx" } } endpoint_spec { ports { target_port = "80" published_port = "8080" } } } then the import command is as follows #!/bin/bash
Builder for ServiceArgs.
08c26c477474478d971139f750984775a7f019dbe8a2e7f09d66a187c009e66d you provide the definition for the resource as follows terraform resource "docker_config" "foo" { name = "foo" data = base64encode("{\"a\"\"b\"}") } then the import command is as follows #!/bin/bash
08c26c477474478d971139f750984775a7f019dbe8a2e7f09d66a187c009e66d you provide the definition for the resource as follows terraform resource "docker_config" "foo" { name = "foo" data = base64encode("{\"a\"\"b\"}") } then the import command is as follows #!/bin/bash
Builder for ServiceConfigArgs.
Builder for ServiceConfig.
Builder for Service.
Creates a docker tag. It has the exact same functionality as the docker tag
command. Deleting the resource will neither delete the source nor target images. The source image must exist on the machine running the docker daemon.
Builder for TagArgs.
Builder for Tag.
Builder for VolumeArgs.
Builder for Volume.