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.
-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 create - Create a new container with specified image
- pouch exec - Exec a process in a running container
- pouch gen-doc - Generate docs
- pouch image - Manage image
- pouch images - List all images
- pouch inspect - Get the detailed information of container
- pouch login - Login to a registry
- pouch logout - Logout from a registry
- pouch network - Manage pouch networks
- pouch pause - Pause a running container
- pouch ps - List containers
- pouch pull - Pull an image from registry
- pouch rename - Rename a container with newName
- 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 start - Start a created or stopped container
- pouch stop - Stop a running container
- pouch unpause - Unpause a paused container
- pouch update - Update the configurations of a container
- pouch upgrade - Upgrade a container with new image and args
- pouch version - Print versions about Pouch CLI and Pouchd
- pouch volume - Manage pouch volumes