terraform/builtin/providers/docker
Jeff Mitchell 0558763f87 This puts the image parsing code (mostly) back to how it was before. The
regex solution is extremely complex, which makes it hard to debug and
understand; the original switches and
commenting lay out the various cases in a straightforward fashion. Plus,
implementing namespace/repo support in the original code was a simple
strings.Join call.
2015-06-12 19:36:52 +00:00
..
config.go providres/docker: cache client 2015-03-28 18:37:20 -07:00
provider.go providers/docker: default cert_path to non-nil so input isn't asked 2015-04-09 09:49:03 -07:00
provider_test.go providers/docker: docker_image acceptance test 2015-03-27 15:22:33 -07:00
resource_docker_container.go Add privileged option to docker container resource 2015-06-04 13:05:52 +02:00
resource_docker_container_funcs.go Add privileged option to docker container resource 2015-06-04 13:05:52 +02:00
resource_docker_container_test.go providers/docker: make container test better 2015-03-28 18:45:36 -07:00
resource_docker_image.go Initial commit. This adds the initial bits of a Docker provider. 2015-03-10 15:38:52 +00:00
resource_docker_image_funcs.go This puts the image parsing code (mostly) back to how it was before. The 2015-06-12 19:36:52 +00:00
resource_docker_image_test.go provider/docker: update image sha 2015-05-07 09:50:16 -05:00