from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
run-delete
Section: Misc. Reference Manual Pages (8) Index
Return to Main Contents
NAME
run-delete - delete any resources held by the container
SYNOPSIS
runc delete [ -force| -f] containe-id
OPTIONS
- -force|-f
-
Forcibly delete the running container, using SIGKILL signal(7)
to stop it first.
EXAMPLES
If the container id is ubuntu01 and runc list currently shows
its status as stopped, the following will delete resources held for
ubuntu01, removing it from the runc list:
# runc delete ubuntu01
SEE ALSO
run-kill(8),
runc(8).
Index
- NAME
-
- SYNOPSIS
-
- OPTIONS
-
- EXAMPLES
-
- SEE ALSO
-
|