Skip to content

Commit

Permalink
Added reference to node.js requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaanemaa committed Apr 27, 2019
1 parent 070ea02 commit 9a83be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -6,6 +6,7 @@ A simple command line tool to backup and restore docker container inspection res
The main idea of this package is to make backing up and restoring docker container as easy as possible while avoiding backing up information that we can easily reproduce. This is achieved by backing up only the container's inspection files and the contents of their volumes. The inspection files can then be later used to recreate the same container, with the same settings, and the volume backups can be used to restore the contents of that container's volumes.

## Installation
_Requires [node.js](https://nodejs.org/en/download/) version 8.0 or later_
```
npm install -g backup-docker
```
Expand Down

0 comments on commit 9a83be0

Please sign in to comment.