1runc-delete(8) System Manager's Manual runc-delete(8)
2
3
4
6 runc delete - delete any resources held by the container often used
7 with detached container
8
9
10
12 runc delete [command options] <container-id>
13
14
15 Where "<container-id>" is the name for the instance of the container.
16
17
18
20 --force, -f Forcibly deletes the container if it is still running (uses SIGKILL)
21
22
23
24
26 For example, if the container id is "ubuntu01" and runc list currently
27 shows the status of "ubuntu01" as "stopped" the following will delete
28 resources held for "ubuntu01" removing "ubuntu01" from the runc list of
29 containers:
30
31
32 # runc delete ubuntu01
33
34
35
36
37 runc-delete(8)