pdubois / docker-alfresco

28 stars 21 forks source link

container exits #4

Closed makuk66 closed 8 years ago

makuk66 commented 8 years ago

In https://github.com/pdubois/docker-alfresco/blob/master/Dockerfile#L38 the final command is "bash", which executes, does nothing, then exits. If you run the container without specifying a command, that means the container starts up, and then exits again. You want a command there that does not exit.