Skip to content

Commit

Permalink
Document in README the before_start option (garethr#694)
Browse files Browse the repository at this point in the history
LGTM
  • Loading branch information
zioproto authored and scotty-c committed Jun 8, 2017
1 parent 2144e96 commit 40194a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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' ],
Expand Down

0 comments on commit 40194a2

Please sign in to comment.