provider/docker: [tests] change images

use a base image with a long running process - fixes container tests
pull/2562/head
Paul Hinze 11 years ago
parent b686898d62
commit 4981d7d28c

@ -53,7 +53,7 @@ func testAccContainerRunning(n string) resource.TestCheckFunc {
const testAccDockerContainerConfig = `
resource "docker_image" "foo" {
name = "ubuntu:trusty-20150320"
name = "nginx:latest"
}
resource "docker_container" "foo" {

Loading…
Cancel
Save