Skip to content

GaretJax/docker-storage

Repository files navigation

Docker storage

Project information:

image

image

image

image

Automated code metrics:

image

image

image

image

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
------  ------

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages