Sign inSign up

techeduhub/mywebapp

By techeduhub

•Updated over 2 years ago

MyWebApp Docker image repository

Image
Web servers
0

453

techeduhub/mywebapp repository overview

⁠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

Tag summary

Content type

Image

Digest

sha256:9e2992897…

Size

328.2 MB

Last updated

over 2 years ago

docker pull techeduhub/mywebapp