Currently, during initialization, dachs just prints a help message and keeps waiting for users to start/run the services on their own (
|
CMD ["--rcfile", "/help.sh"] |
).
Suce behavior is welcome when a simple docker run is used, but we can do better -- ie, start the services automatically -- when using docker-compose (through command).
Currently, during initialization, dachs just prints a help message and keeps waiting for users to start/run the services on their own (
docker-dachs/dockerfiles/dachs/Dockerfile
Line 91 in 40cc387
Suce behavior is welcome when a simple
docker runis used, but we can do better -- ie, start the services automatically -- when using docker-compose (through command).