osrf / rocker

A tool to run docker containers with overlays and convenient options for things like GUIs etc.
Apache License 2.0
533 stars 68 forks source link

Enable the ability to use the API to run containers disconnected but tracking #272

Open tfoote opened 4 months ago

tfoote commented 4 months ago

This can build on #271 to keep track of containers and potentially kill them.

You can run them headless and then terminate them later for a background process.

Aka: Launch A non-ineteractive -> Launch B interactive --- B Finishes -> shutdown A.