Learn how to write a Docker file
Intro
Every Dockerfile typically follows these steps
Determine your base image
Install application dependencies
Copy in any relevant source code and/or binaries
Configure the final image
ENTRYPOINT sets the executable, while CMD provides default...
learning-docker.hashnode.dev3 min read