File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
docs/sources/reference/commandline Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -892,8 +892,21 @@ Restores both images and tags.
892892
893893.. code-block :: bash
894894
895+ $ sudo docker images
896+ REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
895897 $ sudo docker load < busybox.tar
896- $ sudo docker load --input busybox.tar
898+ $ sudo docker images
899+ REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
900+ busybox latest 769b9341d937 7 weeks ago 2.489 MB
901+ $ sudo docker load --input fedora.tar
902+ $ sudo docker images
903+ REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
904+ busybox latest 769b9341d937 7 weeks ago 2.489 MB
905+ fedora rawhide 0d20aec6529d 7 weeks ago 387 MB
906+ fedora 20 58394af37342 7 weeks ago 385.5 MB
907+ fedora heisenbug 58394af37342 7 weeks ago 385.5 MB
908+ fedora latest 58394af37342 7 weeks ago 385.5 MB
909+
897910
898911 .. _cli_login :
899912
You can’t perform that action at this time.
0 commit comments