From 23d8ff6dc6924d259e12c8be4f5205893cbe273c Mon Sep 17 00:00:00 2001 From: CLEMENT Iwan Date: Sun, 11 Nov 2018 19:38:21 +0100 Subject: [PATCH] hello --- docker/testons.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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