fixed typo

This commit is contained in:
Jannis Gebauer 2016-05-22 20:23:53 +02:00
parent 40fac26175
commit b21a27c1a5

View File

@ -114,7 +114,7 @@ To restore a backup, run::
To copy the files from the running Postgres container to the host system::
docker <containerId>:/backups /host/path/target
docker cp <containerId>:/backups /host/path/target
Where <containerId> is the ID of the Postgres container. To get it, run::