Nice...
@hatzisn
you prob mean that
Today I have successfully created my first docker image of a webapp for my vps. The image had a total size of around 580 mb of which the 55 is the debian base image and the 430 is the java folder to run the app inside the container (I copied jdk-11.0.1). This size is unacceptable, and as I am...
may be i m saying wrong.... i dont think need to have them in different img .. so my thought is not using exactly dockers but my .jar executing the same time... with different domains... different IPs just saw it by Erel's point...which is a nice solution
also yours is nice.. but from my view is getting a lot of ram and cpu usage. sure is more secured...
From my view every jar is different system and thats because will be only mine at least at starr.
So i will need a maiin jar that will manage all my dockers-jar using same style of a configuration.. the manager will start-stop jservers.. and will show logs...
The only thing must find how to use diff domains with same ip, same port at least in front and then forward at internal diff port of each jserver-docker..