Skip to main content

Utilities to work with docker data containers

Project description

Docker storage

Project information:

https://img.shields.io/pypi/v/docker-storage.svg https://img.shields.io/pypi/dm/docker-storage.svg https://img.shields.io/badge/docs-TODO-lightgrey.svg https://img.shields.io/pypi/l/docker-storage.svg

Automated code metrics:

https://img.shields.io/travis/GaretJax/docker-storage.svg https://img.shields.io/coveralls/GaretJax/docker-storage/master.svg https://img.shields.io/codeclimate/github/GaretJax/docker-storage.svg https://img.shields.io/requires/github/GaretJax/docker-storage.svg

docker-storage is a command line tool and a library to easily manage Docker data-only containers

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

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page