mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-23 16:19:42 -05:00
7 lines
No EOL
146 B
HCL
7 lines
No EOL
146 B
HCL
resource "docker_registry_image" "helloworld" {
|
|
name = "helloworld:1.0"
|
|
|
|
build {
|
|
context = "${path.cwd}/absolutePathToContextFolder"
|
|
}
|
|
} |