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

Please support specifying minimum version in Dockerfile #10854

Closed
edwintorok opened this issue Feb 17, 2015 · 2 comments
Closed

Please support specifying minimum version in Dockerfile #10854

edwintorok opened this issue Feb 17, 2015 · 2 comments

Comments

@edwintorok
Copy link

Description of problem:

Docker 1.0.1 succeeds in building a Dockerfile that was developed/tested with Docker 1.3.{2,3}, but the image won't run correctly.
There seem to be major differences on how the image is run, for example
when you run docker 1.3.x with -u it sets $HOME, whereas 1.0.1 doesn't.

Environment details: Linux Mint 17.1 x64

Suggestion:

Please add a way to specify minimum docker version required to build/run a Dockerfile.
One may not be aware that the docker running on their host is considered too old for the image to work correctly.

@thaJeztah
Copy link
Member

I think this is a duplicate of #4907 if you agree, please close this issue. Thanks!

@jessfraz
Copy link
Contributor

yep totally thanks so much @thaJeztah closing as a duplicate, please continue the conversation on that issue @edwintorok

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

No branches or pull requests

3 participants