Skip to content

bakerface/dock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Dock

Deploying docker containers is as easy as 'git push'

Dock is a bash script that tracks changes to a git repository, and when new code is pushed, rebuilds and runs the the changes. Dock also comes with some other handy features, such as restarting containers that have stopped, and cleaning up docker artifacts to save disk space.

Installation

The easiest way to install dock is to create a cron job. To set dock to check hourly for changes run the following:

$ crontab -e
00 * * * * /path/to/dock /path/to/git/repo

About

Deploying docker containers is as easy as 'git push'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages