1runc-delete(8) System Manager's Manual runc-delete(8)
2
3
4
6 runc-delete - delete any resources held by the container
7
8
9
11 runc delete [--force|-f] container-id
12
13
14
16 --force|-f
17 Forcibly delete the running container, using SIGKILL signal(7)
18 to stop it first.
19
20
21
23 If the container id is ubuntu01 and runc list currently shows its sta‐
24 tus as stopped, the following will delete resources held for ubuntu01,
25 removing it from the runc list:
26
27
28 # runc delete ubuntu01
29
30
31
32
34 runc-kill(8), runc(8).
35
36
37
38 runc-delete(8)