Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use exec form for ENTRYPOINT and CMD in Dockerfile #124

Merged
merged 1 commit into from
Jul 22, 2016

Conversation

ediezh
Copy link

@ediezh ediezh commented Jul 21, 2016

This is a simple change to use exec form instead the shell form for ENTRYPOINT and CMD in Dockerfile. exec form ENTRYPOINT is recommended by docker, also it allows additional parameters from the command line. Be aware that any command line parameters would override the elements listed in CMD.

@Dieterbe Dieterbe merged commit bddd1d8 into grafana:master Jul 22, 2016
@Dieterbe
Copy link
Contributor

seems neat. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants