1
0
mirror of https://github.com/xcad2k/cheat-sheets.git synced 2022-05-05 20:20:37 +03:00

compressing option for docker-cli cheatsheet

This commit is contained in:
xcad2k
2021-09-14 17:38:55 +02:00
parent 2344e030f7
commit 1b61585a73

View File

@@ -69,7 +69,7 @@ COMMAND | DESCRIPTION
### Backup a container
Backup docker data from inside container volumes and package it in a tarball archive.
`docker run --rm --volumes-from CONTAINER -v $(pwd):/backup busybox tar cvf /backup/backup.tar CONTAINERPATH`
`docker run --rm --volumes-from CONTAINER -v $(pwd):/backup busybox tar cvfz /backup/backup.tar CONTAINERPATH`
### Restore container from backup
Restore the volume with a tarball archive.