From 49726dd47d2c9b325b3d1e514a1c1b794197face Mon Sep 17 00:00:00 2001 From: x86dev Date: Tue, 11 Oct 2016 10:21:02 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d2d4aaa..7b3be42 100644 --- a/README.md +++ b/README.md @@ -138,18 +138,17 @@ you do it: On the old server, stop your TT-RSS container and then do: ```bash -# docker commit -m "Backup of XXX" -# docker save > /tmp/.tar +# docker export | gzip > /tmp/.tar.gz ``` -On the new server, copy the created .tar file from the old server and +On the new server, copy the created .tar.gz file from the old server and import the file with: ```bash -# docker load < +# docker import .tar.gz ``` -This will load the container from the .tar file into Docker's local registry. +This will import the container from the .tar.gz file into Docker's local registry. After that you can run that imported container again the usual way with: ```bash