Sign inSign up

mrdreambot/fish

By mrdreambot

Updated about 10 years ago

For testing only. ARM64 tomcat + Web4j Fish and Chips Club web application.

Image
0

356

mrdreambot/fish repository overview

This is the web4j Fish and Chips Club web application running on Tomcat. It requires MySQL database. At present, this is still at an experimental stage for exploring docker swarm mode capabilities.

Typical ways to run the image are:

docker run -d -p 8080:8080
--name fish
-e MYSQL_SERVER=192.168.1.100
-e MYSQL_PORT=3306
mrdreambot/fish

or

docker service create
-p 8080:8080
--name fish
-e MYSQL_SERVER=192.168.1.100
-e MYSQL_PORT=3306
mrdreambot/fish

where MYSQL_SERVER is the MySQL server name or IP addres MYSQL_PORT is the MySQL port to use

To learn more about this image. Have a read on my article:

Building My Odroid-C2 Docker Cloud Part 4 – Application Deployment

at

http://mrdreambot.ddns.net/building-my-odroid-c2-docker-cloud-part-4-application-deployment/

Tag summary

Content type

Image

Digest

Size

240.3 MB

Last updated

about 10 years ago

docker pull mrdreambot/fish