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)
Upstream-commit: ddb99054bc9c04cce4ca761f9f0d822d67d614c4
Component: engine
This commit is contained in:
Steven Burgess
2014-05-15 22:33:28 -04:00
parent e41b5598f3
commit 811e26ec97
@@ -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