docker-snap
Version:
A utility for managing Docker volumes and images backup and restore
25 lines (15 loc) • 706 B
Markdown
# Docker-Snap (work in progress)
[](https://www.npmjs.com/package/docker-snap)
[](https://opensource.org/licenses/MIT)
Docker-Snap is a command-line tool that allows you to easily manage Docker volumes. It provides convenient commands to create backups and restore volumes, as well as list and manage existing volumes.
## Installation
To install Docker-Snap, you can use the following command:
```bash
npm install -g docker-snap
```
## Usage
```bash
ds -h
```
## License
This package is open source and available under the [MIT License](https://opensource.org/licenses/MIT).