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 instead of shell form for CMD #127

Merged
merged 1 commit into from
Dec 14, 2017

Conversation

neumayer
Copy link

This will make our process run as pid1 in the container. This removes
the need for having a shell in the final container and is the preferred
way to use CMD according to the official docker documentation.

@codecov
Copy link

codecov bot commented Dec 14, 2017

Codecov Report

Merging #127 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   45.89%   45.89%           
=======================================
  Files           7        7           
  Lines         268      268           
=======================================
  Hits          123      123           
  Misses        134      134           
  Partials       11       11

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6e674a8...56f2993. Read the comment docs.

This will make our process run as pid1 in the container. This removes
the need for having a shell in the final container and is the preferred
way to use CMD according to the official docker documentation.
@snagles snagles merged commit 5567b68 into snagles:master Dec 14, 2017
hanhui870 pushed a commit to hanhui870/docker-registry-manager that referenced this pull request Jan 28, 2018
Use exec form instead of shell form for CMD
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.

2 participants