8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Just working through the dockercoins example at https://github.com/docker-training/orchestration-workshop/tree/master/dockercoins
The current docker files are named
docker-compose.yml
docker-compose.yml-images
docker-compose.yml-logging
The naming is not very usefull, as the file extension yml-<foobar> is unknown to editors - and also Github where this is shown in the training.
yml-<foobar>
I would propose to rename them as follows:
docker-compose.images.yml
docker-compose.logging.yml
The text was updated successfully, but these errors were encountered:
aec2de8
Excellent idea! I renamed these files and updated the slides. Thank you!
Sorry, something went wrong.
Hello. What's the goal/concept to have 3 docker-compose file here ?
One is adding GELF logging; another is helping to build+push images.
No branches or pull requests
Just working through the dockercoins example at https://github.com/docker-training/orchestration-workshop/tree/master/dockercoins
The current docker files are named
docker-compose.yml
docker-compose.yml-images
docker-compose.yml-logging
The naming is not very usefull, as the file extension
yml-<foobar>
is unknown to editors - and also Github where this is shown in the training.I would propose to rename them as follows:
docker-compose.yml
docker-compose.images.yml
docker-compose.logging.yml
The text was updated successfully, but these errors were encountered: