aristanetworks / bst

A one-stop shop for process isolation
MIT License
99 stars 9 forks source link

cli: add --pidfile #41

Closed Snaipe closed 3 years ago

Snaipe commented 3 years ago

Previously, there was no convenient way to retrieve the PID of the inner process. This is particularly useful when trying to share the namespaces of a running bst process without persisting the namespace files.

kduda commented 3 years ago

Looks great!