diff --git a/README.md b/README.md index 71f77ce..3dcc8fa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # volume-backup -An utility to backup and restore [docker volumes](https://docs.docker.com/engine/reference/commandline/volume/). +An utility to backup and restore [docker volumes](https://docs.docker.com/engine/reference/commandline/volume/). For more info, read my article on [Medium](https://medium.com/@jareklipski/backup-restore-docker-named-volumes-350397b8e362) **Note**: Make sure no container is using the volume before backup or restore, otherwise your data might be damaged. See [Miscellaneous](#miscellaneous) for instructions.