用于操作Docker数据容器的工具
项目描述
Docker存储
项目信息
自动代码度量
docker-storage 是一个命令行工具和库,用于轻松管理Docker数据容器
自由软件:MIT许可证
文档: http://docker-storage.rtfd.org (待办事项)
安装
pip install docker-storage
命令行用法
$ 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 ------ ------
历史
0.0.1 - 2015-09-23
初始版本