mirror of https://github.com/docker/docs.git
Update faqs.md
This commit is contained in:
parent
b68b640045
commit
3c9355e4c2
|
|
@ -60,7 +60,7 @@ below.</font><br>
|
||||||
#### How to save and restore data
|
#### How to save and restore data
|
||||||
|
|
||||||
The following procedure can be used to save/restore images and container data,
|
The following procedure can be used to save/restore images and container data,
|
||||||
for example if you want to switch between Edge and Stable, or reset your VM
|
for example, if you want to switch between Edge and Stable, or reset your VM
|
||||||
disk:
|
disk:
|
||||||
|
|
||||||
1. Use `docker save -o images.tar image1 [image2 ...]` to save any images you
|
1. Use `docker save -o images.tar image1 [image2 ...]` to save any images you
|
||||||
|
|
@ -83,7 +83,7 @@ disk:
|
||||||
|
|
||||||
[This
|
[This
|
||||||
procedure](https://docs.docker.com/storage/volumes/#backup-restore-or-migrate-data-volumes)
|
procedure](https://docs.docker.com/storage/volumes/#backup-restore-or-migrate-data-volumes)
|
||||||
explains how to backup / restore data volumes.
|
explains how to backup and restore data volumes.
|
||||||
|
|
||||||
### What is Docker.app?
|
### What is Docker.app?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue