Clivern / Kraven

:white_flower: A SaaS docker management dashboard to manage your docker containers, images, volumes, networks and much more!
Apache License 2.0
6 stars 1 forks source link

Build Manage Volumes for Hosts! #16

Open Clivern opened 5 years ago

Clivern commented 5 years ago
Clivern commented 5 years ago
python3 manage.py host exec create_volume host_id=1 name=clivern
python3 manage.py host exec list_volumes host_id=1
python3 manage.py host exec prune_volumes host_id=1
python3 manage.py host exec remove_volume host_id=1 volume_id=clivern force=False
python3 manage.py host exec get_volume host_id=1 volume_id=clivern