diff --git a/docker/dockerisons.sls b/docker/dockerisons.sls new file mode 100644 index 0000000..d022a72 --- /dev/null +++ b/docker/dockerisons.sls @@ -0,0 +1,4 @@ +Hello World: + docker_container.running: + - image: busybox + - watch_action: SIGHUP \ No newline at end of file