logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

runc-delete - delete any resources held by the container

Examples

       If  the  container id is ubuntu01 and runclist currently shows its status as stopped, the following will
       delete resources held for ubuntu01, removing it from the runclist:

       # runc delete ubuntu01

Name

runc-delete - delete any resources held by the container

Options

--force|-f
              Forcibly delete the running container, using SIGKILLsignal(7) to stop it first.

See Also

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

                                                                                                  runc-delete(8)

Synopsis

runcdelete [--force|-f] container-id

See Also