diff --git a/docker/testons.sls b/docker/testons.sls index a23fc09..d022a72 100644 --- a/docker/testons.sls +++ b/docker/testons.sls @@ -1,3 +1,4 @@ Hello World: docker_container.running: - - image: 'hello-world' \ No newline at end of file + - image: busybox + - watch_action: SIGHUP \ No newline at end of file