mirror of https://github.com/docker/docs.git
Update backup.md (#3075)
This commit is contained in:
parent
b27a47a6ea
commit
dd86217b3f
|
|
@ -17,16 +17,16 @@ docker run -i --rm docker/dtr \
|
||||||
|
|
||||||
|
|
||||||
This command creates a tar file with the contents of the volumes used by
|
This command creates a tar file with the contents of the volumes used by
|
||||||
DTR, and prints it. You can then use the 'restore' command to restore the data
|
DTR, and prints it. You can then use the `restore` command to restore the data
|
||||||
from an existing backup.
|
from an existing backup.
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
|
|
||||||
* This command only creates backups of configurations, and image metadata.
|
* This command only creates backups of configurations, and image metadata.
|
||||||
It doesn't backup users and organizations. Users and organizations can be
|
It doesn't back up users and organizations. Users and organizations can be
|
||||||
backed up when performing a UCP backup.
|
backed up when performing a UCP backup.
|
||||||
|
|
||||||
It also doesn't backup the Docker images stored in your registry.
|
It also doesn't back up the Docker images stored in your registry.
|
||||||
You should implement a separate backup policy for the Docker images stored
|
You should implement a separate backup policy for the Docker images stored
|
||||||
in your registry, taking in consideration whether your DTR installation is
|
in your registry, taking in consideration whether your DTR installation is
|
||||||
configured to store images on the filesystem or using a cloud provider.
|
configured to store images on the filesystem or using a cloud provider.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue