-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create shared start/stop scripts for better extensibility (#367)
* move docker-run script logic from upstart template to standalone one * convert $variables to commands in docker-run scripts * use inline docker-run scripts with systemd service * updated tests for start/stop scripts * made docker-run-start.sh compatible with systemd service logic * always run container with docker create and docker start * added new parameter to docker:run: after_create * remove start/stop scripts when ensure=absent * removed $::docker::run::detach parameter
- Loading branch information
Showing
10 changed files
with
166 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.