diff --git a/docker/testons.sls b/docker/testons.sls index 17b7317..4651280 100644 --- a/docker/testons.sls +++ b/docker/testons.sls @@ -1,4 +1,3 @@ -Ajoutons des images docker: - docker_image.present: - - load: helloworld - - tag: latest +Hello World: + docker_container.run: + - image: helloworld/helloworld:latest \ No newline at end of file