Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker scripts

This is a collection of scripts that I use in my job for managing docker containers. These scripts are:

  • ds (docker start): Starting a existing docker container.
  • dr (docker run): Create a docker container from specified image. Type 'dr --help' for more options.
  • dc (docker commit): Commit changes in the container back to image.

Configuration file

The configuration file (docker.ini) is in INI-like format; you can put your volume mappings and author information in the file. The sample is as following:

[volumes]
map0src = <Your host absolute directory path>
map0dst = <Your target absolute directory path>
map1src = <Your another host absolute directory path>
map1dst = <Your another target absolute directory path>

[author]
name = <Your name>
email = <Your email>

License

These scripts are licensed under GNU General Public License (GPL), version 2 or above.

About

Collection of scripts for managing docker containers

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages