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
docker build
I think it is inevitable that we automate building containers and not just mounting volumes and setting environment variables.
We are already calling "docker-compose" and "docker" directly for things, so maybe we need to start using docker build in our process.
The reasons are:
We would need to maintain the option of using mounted volumes for development purposes, so that edits to code are visible live in the container.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think it is inevitable that we automate building containers and not just mounting volumes and setting environment variables.
We are already calling "docker-compose" and "docker" directly for things, so maybe we need to start using
docker build
in our process.The reasons are:
We would need to maintain the option of using mounted volumes for development purposes, so that edits to code are visible live in the container.
The text was updated successfully, but these errors were encountered: