rm
Usage: hyper rm [OPTIONS] CONTAINER [CONTAINER...]
Remove one or more containers
-f, --force=false Force the removal of a running container (uses SIGKILL)
--help=false Print usage
-v, --volumes=false Remove auto-created volumes associated with the containerExamples
$ hyper rm /redis
/redis$ hyper rm --link /webapp/redis
/webapp/redis$ hype rm --force redis
redis$ hyper rm $(hyper ps -a -q)Last updated