UNPKG

docker-snap

Version:

A utility for managing Docker volumes and images backup and restore

25 lines (15 loc) 706 B
# Docker-Snap (work in progress) [![npm version](https://badge.fury.io/js/take-easy.svg)](https://www.npmjs.com/package/docker-snap) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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).