techeduhub/mywebapp

By techeduhub

Updated 11 months ago

MyWebApp Docker image repository

Image
Web Servers

156

How to pull the image ?

$ docker pull techeduhub/devopstest:latest

How to create the container ?

$ docker container run -d -p 5050:5050 --name=mywebapp-container techeduhub/mywebapp:latest

How to access the application ?

$ docker container logs mywebapp-container

Access the URL = http://[CONTAINER_IP]:5050

How to stop the container ?

$ docker container stop mywebapp-container

Docker Pull Command

docker pull techeduhub/mywebapp