mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-21 23:29:59 -05:00
3 lines
62 B
Terraform
3 lines
62 B
Terraform
|
|
resource "docker_image" "ubuntu" {
|
||
|
|
name = "ubuntu:precise"
|
||
|
|
}
|