/containers

Primary LanguagePython

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