From 40194a29136287b23f4ee06ff58c5e8c76aa8349 Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Fri, 9 Jun 2017 01:20:12 +0200 Subject: [PATCH] Document in README the before_start option (#694) LGTM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6958933f4..2ba750e1d 100755 --- a/README.md +++ b/README.md @@ -312,6 +312,7 @@ docker::run { 'helloworld': privileged => false, pull_on_start => false, before_stop => 'echo "So Long, and Thanks for All the Fish"', + before_start => 'echo "Run this on the host before starting the Docker container"', after => [ 'container_b', 'mysql' ], depends => [ 'container_a', 'postgres' ], extra_parameters => [ '--restart=always' ],