Day 17 Task: Docker Project for DevOps Engineers.
Task:
1. Create a Dockerfile for a simple web application (e.g. a Node.js or Python app)
2. Build the image using the Dockerfile and run the container
3. Verify that the application is working as expected by accessing it in a web browser
4. Push the image to a public or private repository (e.g. Docker Hub )
Create a docker repository <REPOS_NAME> on the Docker hub
$ docker login
$ docker image tag [Local Image Name:TAG] [REPOS_NAME:TAG]
$ docker image push [REPOS_NAME:TAG]
You can share the learning with everyone over LinkedIn and tag us along ๐
Happy Learning:)
Day17 task is Completed!
90DaysOfDevOps Tasks๐
ย