GeoSales-Evolution / self-deployable-docker

Docker repo capable of deploying itself... or something like that
MIT License
2 stars 2 forks source link

hestia: --stdin for complex commands #17

Closed jeffque closed 1 year ago

jeffque commented 1 year ago

Besides the default way to delay-launch a container, there may be a complex way of running a container, and maybe mounting volumes and pointing to a script might not be the best way

So, hestia may have a --stdin option that will read from STDIN until EOF has been reached, keep it in an executable file and invoke it after sleep time.

It shall not be used with --script nor with the default way, should be exclusive. Args after -- are args for the newly created script

jeffque commented 1 year ago

Solved by #28