Day17 ----> 90DaysOfDevOps Challenge @TWS

Day17 ----> 90DaysOfDevOps Challenge @TWS

ยท

1 min read

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)

image

2. Build the image using the Dockerfile and run the container

image

image

image

3. Verify that the application is working as expected by accessing it in a web browser

image

image

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]

image

image

You can share the learning with everyone over LinkedIn and tag us along ๐Ÿ˜ƒ

https://www.linkedin.com/posts/chaitannyaa-gaikwad-b16965115_day17-90daysofdevops-challenge-tws-activity-7055067045855408128-jh9k?utm_source=share&utm_medium=member_desktop

Happy Learning:)

Day17 task is Completed!

90DaysOfDevOps Tasks๐Ÿ‘‡

github.com/Chaitannyaa/90DaysOfDevOps.git

(6) Activity | Chaitannyaa Gaikwad | LinkedIn

ย