Utilities to work with docker data containers
Project description
Docker storage
Project information:
Automated code metrics:
docker-storage is a command line tool and a library to easily manage Docker data-only containers
Free software: MIT license
Documentation: http://docker-storage.rtfd.org (TODO)
Installation
pip install docker-storage
Command line usage
$ docker-storage box create test-box /data $ docker-storage box Name Path -------- ------ test-box /data $ docker-storage box exec test-box -- touch EXAMPLE $ docker-storage box ls test-box total 8 drwxr-xr-x 2 root root 4096 Sep 23 07:45 . drwxr-xr-x 30 root root 4096 Sep 23 07:45 .. -rw-r--r-- 1 root root 0 Sep 23 07:45 EXAMPLE $ docker-storage box rm test-box $ docker-storage box Name Path ------ ------
History
0.0.1 - 2015-09-23
Initial version