diff --git a/KB/Linux/Server/Docker Volume Migration.md b/KB/Linux/Server/Docker Volume Migration.md index da0cd51..1230f1c 100644 --- a/KB/Linux/Server/Docker Volume Migration.md +++ b/KB/Linux/Server/Docker Volume Migration.md @@ -9,7 +9,7 @@ docker run -d --rm --name temp -v target-vol:/mnt alpine tail -f /dev/null docker cp /opt/.../. temp:/mnt # once finished -docker stop $MIGRATOR_NAME +docker stop temp ``` 4. Adapt existing deployment