mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-28 01:19:20 -05:00
parent
f9f91ff882
commit
b057b6931d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ resource "docker_image" "ubuntu" {
|
|||
|
||||
The following arguments are supported:
|
||||
|
||||
* `name` - (Required) The name of the Docker image, including any tags.
|
||||
* `image` - (Required) The name of the Docker image, including any tags.
|
||||
* `keep_updated` - (Optional) If true, then the Docker image will always
|
||||
be updated on the host to the latest. If this is false, as long as an
|
||||
image is downloaded with the correct tag, it won't be redownloaded if
|
||||
|
|
|
|||
Loading…
Reference in a new issue