Skip to content

supervisord template for docker with cron, sshd and rsyslog support.

License

Notifications You must be signed in to change notification settings

unimock/supervisor-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create the image (once):

 ./do build                # build the image

Create a container from the image

 vi ./docker-compose.yml   # modify the path of your local source directory in docker-compose.yml
 ./do up                   # craete a container from the image an start it 

Work with the conatiner:

 ./do stop
 ./do start
 ./do login                # jump in to the container
 ./do rm                   # remove the container

About

supervisord template for docker with cron, sshd and rsyslog support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages