devdot4 / containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Containers

Github

Installation and Usage

Docker Hubs

Flaskex

Usage

Pull the image.

docker pull devdot4/flaskex

Run the container.

docker run -d -p 5000:5000 devdot4/flaskex

Go to your VMs IP address.

http://YOUR-IP-HERE:5000

spring-petclinic

Usage

Pull the image.

docker pull devdot4/spring-petclinic

Run the container.

docker run -d -p 8080:8080 devdot4/spring-petclinic

Go to your VMs IP address.

http://YOUR-IP-HERE:8080

About


Languages

Language:Python 94.1%Language:Java 4.1%Language:HTML 1.2%Language:Less 0.4%Language:JavaScript 0.1%Language:Dockerfile 0.1%Language:CSS 0.0%