telus-agcg / nib

A Docker Compose wrapper geared towards Ruby/Rails development with a focus on: convention, convenience and productivity.
MIT License
15 stars 3 forks source link

Improve `shell` Command #143

Closed johnallen3d closed 7 years ago

johnallen3d commented 7 years ago

Currently the shell command simply overrides the compose command with the best guess at a shell (ie. bash, ash, sh). This works well except when the image is configured with an ENTRYPOINT. Probably the shell command should override compose entrypoint instead.