A huge pool of pre-built images by other developers and software companies containing their software apps and products that you can Pull, as well as use it to Push your […]
When building a Docker image, each line in the _dockerfile_ represents the building of a layer in the image layer stack, and when we run the `docker build […]
Similar to _.gitignore_ the .dockerignore is a file in which you can specify files/directories you want to exclude from your docker image at build time. A good use-case […]
A shortcut command that combines git add . and git commit -m [commit_message]:-> git commit -am “easy peasy” An even shorter method for creating an alias:-> […]
This website uses cookies to improve your experience. By using this website you agree to our Data Privacy Statement