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:
Steven Burgess 2014-05-15 22:23:03 -04:00 committed by Tibor Vass
parent 3901bf025d
commit 1f30fd9bdb
1 changed files with 4 additions and 4 deletions

View File

@ -1075,11 +1075,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