provider/docker: [tests] change images

use a base image with a long running process - fixes container tests
This commit is contained in:
Paul Hinze 2015-06-29 16:09:05 -05:00
parent b686898d62
commit 4981d7d28c
1 changed files with 1 additions and 1 deletions

View File

@ -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" {