More cleanups of main man page kpod-1.md and README.md

Also added new commands to transfer.md

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2017-08-13 06:35:20 -04:00
parent 36fd0a7208
commit 87b13fd432
7 changed files with 81 additions and 35 deletions

View file

@ -46,17 +46,50 @@ has the capability to debug pods/images created by crio.
## COMMANDS
### diff
Inspect changes on a container or image's filesystem
### export
Export container's filesystem contents as a tar archive
### history
Shows the history of an image
### images
List images in local storage
### info
Displays system information
### inspect
Display a container or image's configuration
### load
Load an image from docker archive
### mount
Mount a working container's root filesystem
### pull
Pull an image from a registry
### push
Push an image from local storage to elsewhere
### rmi
Removes one or more locally stored images
### tag
Add one or more additional names to locally-stored image
### save
Save an image to docker-archive or oci
### info
Displays system information
### tag
Add an additional name to a local image
### umount
Unmount a working container's root file system
### version
Display the version information
## SEE ALSO
crio(8), crio.conf(5)