Added instructions on how to copy backups from Docker container to host

This commit is contained in:
phiberjenz 2016-05-19 15:30:30 +02:00
parent 8795dacbb3
commit 82dae58061

View File

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