ibuildthecloud / systemd-docker

Wrapper for "docker run" to handle systemd quirks
Apache License 2.0
721 stars 111 forks source link

support starting and stopping existing containers #52

Open YtvwlD opened 5 years ago

YtvwlD commented 5 years ago

This code currently just supports being called with run. It then creates a new containers and starts it.

It would be great if it would support start, so one could use existing containers.