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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

docker-storage-0.0.1.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

docker_storage-0.0.1-py2.py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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