Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddb9905

Browse files
committed
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 <[email protected]> (github: stevenburgess)
1 parent 08a7bcf commit ddb9905

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • docs/sources/reference/commandline

docs/sources/reference/commandline/cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,11 +1074,11 @@ It is used to create a backup that can then be used with
10741074
`docker load`
10751075

10761076
$ sudo docker save busybox > busybox.tar
1077-
$ ls -sh b.tar
1078-
2.7M b.tar
1077+
$ ls -sh busybox.tar
1078+
2.7M busybox.tar
10791079
$ sudo docker save --output busybox.tar busybox
1080-
$ ls -sh b.tar
1081-
2.7M b.tar
1080+
$ ls -sh busybox.tar
1081+
2.7M busybox.tar
10821082
$ sudo docker save -o fedora-all.tar fedora
10831083
$ sudo docker save -o fedora-latest.tar fedora:latest
10841084

0 commit comments

Comments
 (0)