polkaned / dockerfiles

MIT License
109 stars 53 forks source link

Does the container need to keep running? #2

Closed ThomasDalla closed 5 years ago

ThomasDalla commented 5 years ago

Using the container on a Synology NAS just exits the container after the connection is made:

image

Any way to keep it running or does it not need to keep running?

polkaned commented 5 years ago

Add /bin/bash and the end of the docker run command.

ThomasDalla commented 5 years ago

Simple, thanks.