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

@ -3,7 +3,7 @@
% kpod-version "1" "JULY 2017" "kpod"
## NAME
kpod-info - Display System Information
kpod-info - Display system information
## SYNOPSIS

View file

@ -3,7 +3,7 @@
# kpod-load "1" "July 2017" "kpod"
## NAME
kpod-load - load an image from docker archive
kpod-load - Load an image from docker archive
## SYNOPSIS
**kpod load**

View file

@ -3,7 +3,7 @@
# kpod-mount "1" "July 2017" "kpod"
## NAME
kpod mount - Mount a working container's root filesystem.
kpod mount - Mount a working container's root filesystem
## SYNOPSIS
**kpod** **mount**

View file

@ -3,7 +3,7 @@
# kpod-umount "1" "July 2017" "kpod"
## NAME
kpod umount - Unmount a working container's root file system.
kpod umount - Unmount a working container's root file system
## SYNOPSIS
**kpod** **umount** **containerID**

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)