An efficient container engine
pouch is a client side tool pouch to interact with daemon side process pouchd. Flags and arguments can be input to do what actually you wish. Then pouch parses the flags and arguments and sends a RESTful request to daemon side pouchd.
-D, --debug Switch client log level to DEBUG mode
-h, --help help for pouch
-H, --host string Specify connecting address of Pouch CLI (default "unix:///var/run/pouchd.sock")
--tlscacert string Specify CA file of TLS
--tlscert string Specify cert file of TLS
--tlskey string Specify key file of TLS
--tlsverify Use TLS and verify remote
- pouch build - Build an image from a Dockerfile
- pouch checkpoint - Manage checkpoint commands
- pouch commit - Commit an image from a container
- pouch cp - Copy files/folders between a container and the local filesystem
- pouch create - Create a new container with specified image
- pouch events - Get real time events from the daemon
- pouch exec - Run a command in a running container
- pouch gen-doc - Generate docs
- pouch history - Display history information on image
- pouch image - Manage image
- pouch images - List all images
- pouch info - Display system-wide information
- pouch inspect - Get the detailed information of container
- pouch load - load a set of images from a tar archive or STDIN
- pouch login - Login to a registry
- pouch logout - Logout from a registry
- pouch logs - Print a container's logs
- pouch network - Manage pouch networks
- pouch pause - Pause one or more running containers
- pouch port - List port mappings or a specific mapping for the container
- pouch ps - List containers
- pouch pull - Pull an image from registry
- pouch push - Push an image to registry
- pouch remount-lxcfs - remount lxcfs bind in containers
- pouch rename - Rename a container with newName
- pouch restart - restart one or more containers
- pouch rm - Remove one or more containers
- pouch rmi - Remove one or more images by reference
- pouch run - Create a new container and start it
- pouch save - Save an image to a tar archive or STDOUT
- pouch search - Search the images from specific registry
- pouch start - Start one or more created or stopped containers
- pouch stats - Display a live stream of container(s) resource usage statistics
- pouch stop - Stop one or more running containers
- pouch tag - Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
- pouch top - Display the running processes of a container
- pouch unpause - Unpause one or more paused container
- pouch update - Update the configurations of a container
- pouch updatedaemon - Update the configurations of pouchd
- pouch upgrade - Upgrade a container with new image and args
- pouch version - Print versions about Pouch CLI and Pouchd
- pouch volume - Manage pouch volumes
- pouch wait - Block until one or more containers stop, then print their exit codes