% kpod(1) kpod-stop - Stop one or more containers % Brent Baude
kpod stop - Stop one or more containers
kpod stop [OPTIONS] CONTAINER [...]
Stops one or more containers. You may use container IDs or names as input. The --timeout switch allows you to specify the number of seconds to wait before forcibly stopping the container after the stop command is issued to the container. The default is 10 seconds.
--timeout, t
Timeout to wait before forcibly stopping the container
kpod stop mywebserver
kpod stop 860a4b23
kpod stop --timeout 2 860a4b23
kpod(1), kpod-rm(1)
September 2018, Originally compiled by Brent Baude [email protected]