Sign inSign up

techeduhub/mvcdemo

By techeduhub

•Updated over 2 years ago

Spring boot MVC Demo application

Image
Web servers
0

144

techeduhub/mvcdemo repository overview

⁠How to pull the image ?

$ docker pull techeduhub/mvcdemo:latest

⁠How to create the container ?

$ docker container run -d -p 8081:8081 --name=mvcdemo-container techeduhub/mvcdemo:latest

⁠How to access the application ?

$ docker container logs mvcdemo-container

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

⁠How to stop the container ?

$ docker container stop mvcdemo-container

Tag summary

Content type

Image

Digest

sha256:6690af2f7…

Size

349.9 MB

Last updated

over 2 years ago

docker pull techeduhub/mvcdemo