runc-delete - Man Page

delete any resources held by the container

Synopsis

runc delete [--force|-f] container-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

runc-kill(8), runc(8).

Referenced By

runc(8).