Merge pull request #5832 from stevenburgess/documentation_cli_fix

Refactor b.tar -> busybox.tar
This commit is contained in:
O.S. Tezer 2014-05-17 09:42:20 +01:00
commit 4dabca9046
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