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 can build images automatically by reading the instructions from a Dockerfile.
Dockerfile
A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.
Using docker build users can create an automated build that executes several command-line instructions in succession.
docker build
The text was updated successfully, but these errors were encountered:
We need to figure out where to store these docker files and some other scripts
Sorry, something went wrong.
refer to pingcap/tidb, we can put it under the root directory.
add nightly tck (vesoft-inc#417)
5e28a35
Co-authored-by: Yee <[email protected]> LGTM
darionyaphet
No branches or pull requests
Docker can build images automatically by reading the instructions from a
Dockerfile
.A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.
Using
docker build
users can create an automated build that executes several command-line instructions in succession.The text was updated successfully, but these errors were encountered: