This project is Docker for Docker containers files using Fedora
Use it to get mariadb server If its startd with docker-run.sh script, the container runs under ip 192.168.33.151 and port 3306
This container provide nexux and maven access http://localhost:8081/ for Nexus Repository Manger home page I’ve been used $FEDORADOCKERFILE_CLONED/data-dir-for-maven/mvnprojects for maven projects. This directory is mapped as a volume for fzl_maven container so that mvn command run in context of the container so that
This container provide a tomca8 web container access http://localhost/ to access tomcat home page acess http://localhost/manager/html for tomcat application manager the password
https://github.com/fvwmorg
We welcome contributions.
cd Fedora-Dockerfiles ./docker-network-create.sh cd firefox ./docker-run.sh
container –name | imgname | –ip | –net | ports | obs |
fzl_vnc | wagnermarques/fzl_vnc:0.0.1 | 192.168.33.155 | fzl_network_bridge | 5901:5901 | |
fzl_firefox | wagnermarques/fzl_firefox:0.0.1 | 192.168.33.157 | fzl_network_bridge | 5902:5901 | |
fzl_eclipse | wagnermarques/fzl_eclipse-jee-oxigen-jdk8-fed27:0.0.1 | 192.168.33.158 | fzl_network_bridge | 5903:5901 | |
fzl_tomcat8 | wagnermarques/fzl_tomcat8:0.0.1 | 192.168.33.91 | fzl_network_bridge | 8080:8090 | |
fzl_android | wagnermarques/fzl_android-java-oracle-8-fed27-vnc | 192.168.33.159 | fzl_network_bridge | 5904:5901 | |
fzl_liferay | wagnermarques/fzl_liferay:0.0.1 | 192.168.33.160 | fzl_network_bridge | 8060:8080 | |
fzl_mariadb_liferay | mariadb:10.3 | 192.168.33.165 | fzl_network_bridge | 4306:3307 | |
mariadb | mariadb:10.3 | 192.168.33.151 | fzl_network_bridge | 3306:3306 | |
fzl_nodejs | wagnermarques/fzl_nodejs:0.0.1 | 192.168.33.30 | fzl_network_bridge | 3000:3000 |
To start a new liferay7 container instance and its mariadb database container instance: Enter in liferay7/./start-new-instance folder and run ./start-new-instance.sh This will create liferay7 and mariadb contaners The database folder is in Fedora-Dockerfiles/data-dir-for-mariadb To create another instances just adjust liferay7/start-instance-script/new-instance-properties.sh file?
XContainers branch is for XContainers Dockerfiles Some of the are still no working
Some [guidelines](https://github.com/projectatomic/container-best-practices) for contributing to this repo.