From 80dcc15ea94525beb46b589d0ce0a28069aef47f Mon Sep 17 00:00:00 2001 From: CLEMENT Iwan Date: Sun, 11 Nov 2018 20:11:10 +0100 Subject: [PATCH] autre container --- docker/testons.sls | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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