We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should figure out a way to abstract startup scripts (in bin/) and configuration (in etc/) using some sort of docker orchestration tool.
bin/
etc/
Watch out for docker run -link ... moby/moby#1907 in docker 0.7. Also track moby/moby#1352 for starting multiple containers.
docker run -link ...
The text was updated successfully, but these errors were encountered:
Can you elaborate on this? It seems interesting. What do you mean by bin/ and etc/?
Sorry, something went wrong.
No branches or pull requests
We should figure out a way to abstract startup scripts (in
bin/
) and configuration (inetc/
) using some sort of docker orchestration tool.Watch out for
docker run -link ...
moby/moby#1907 in docker 0.7. Also track moby/moby#1352 for starting multiple containers.The text was updated successfully, but these errors were encountered: