blob: 249528c197d3b4da445eab50a4f7e53f720b5f8b [file] [view] [edit]
% runc-delete "8"
# NAME
**runc-delete** - 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).