runc-delete(8) | System Manager's Manual | runc-delete(8) |
runc-delete - delete any resources held by the container
runc delete [--force|-f] container-id
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