diff --git a/docker/testons.sls b/docker/testons.sls index 6380c07..1f548ac 100644 --- a/docker/testons.sls +++ b/docker/testons.sls @@ -1,3 +1,3 @@ Hello World: docker_container.run: - - image: hello-world \ No newline at end of file + - image: 'hello-world' \ No newline at end of file