This beginner project consists of the extremely simple implementation of Docker.
To create a simple container and run it.
To learn about the Docker commands and the instructions inside the Dockerfile.
- npm (Node package manager)
- node:14-alpine image from Dockerhub
- Docker
- I learned how to minimize cache busting and rebuilds.
- I learned how to set the Working Directory inside the container so that the files copied do not interfere with the container files.
- I learned about the basic format of the Dockerfile.
- I learned how to fetch necessary images from Dockerhub.
- I learned about the basic files like index.js and package.json in a node application.
