microsoft / generator-docker

Yeoman generator for Docker
Other
346 stars 69 forks source link

Start container not in background when not a server #121

Open RitchieFlick opened 8 years ago

RitchieFlick commented 8 years ago

Shouldn't the option -d be optional? Or rather only if it is a webserver? Maybe an additional check on initialization which asks if the container is a simple console application? Currenlty if one is working on a console application, he/she will simply not see any output from it.

I'm referring to:

and