ThePorgs / Exegol

Fully featured and community-driven hacking environment
https://exegol.readthedocs.io/
GNU General Public License v3.0
1.95k stars 191 forks source link

Container comments #142

Closed ShutdownRepo closed 1 year ago

ShutdownRepo commented 1 year ago

A new wrapper feature allowing users to define comments when creating a container (-c/--comments)

exegol start somecontainer someimage -c "container used for client X"

Users could then see the comments for that container when inspecting it

exegol info somecontainer
ShutdownRepo commented 1 year ago

New feature now needs to be added to the documentation before merging in main