mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Refactor b.tar -> busybox.tar
The file was saved as busybox.tar, but the ls commands named it b.tar. Docker-DCO-1.1-Signed-off-by: Steven Burgess <steven.a.burgess@hotmail.com> (github: stevenburgess)
This commit is contained in:
parent
08a7bcf5db
commit
ddb99054bc
1 changed files with 4 additions and 4 deletions
|
@ -1074,11 +1074,11 @@ It is used to create a backup that can then be used with
|
|||
`docker load`
|
||||
|
||||
$ sudo docker save busybox > busybox.tar
|
||||
$ ls -sh b.tar
|
||||
2.7M b.tar
|
||||
$ ls -sh busybox.tar
|
||||
2.7M busybox.tar
|
||||
$ sudo docker save --output busybox.tar busybox
|
||||
$ ls -sh b.tar
|
||||
2.7M b.tar
|
||||
$ ls -sh busybox.tar
|
||||
2.7M busybox.tar
|
||||
$ sudo docker save -o fedora-all.tar fedora
|
||||
$ sudo docker save -o fedora-latest.tar fedora:latest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue