Dockerfile and scripts needed to build, run and exec into Docker Container containing Java 8 + Spring Tools 4 IDE + git +maven.
This Docker Container is treated as an executable, mainly starting STS4 IDE as a GUI via X11.
STS version: spring-tool-suite-4-4.1.2
You can check out the Blog Post: http://mvpjava.com/running-spring-tool-suite-4-docker/
You can check out the YouTube Tutorial: https://youtu.be/do_oNrPLftg
In order to run the STS4 container, run script ...
./run.sh
You should see the Spring Tools 4 Splash screen show up after the initial Docker image download from DockerHub. Just accept the defauly directory location for your workspace since it is volume mapped back to you host.
**Note: Check out MVP Java's DockerHub account for updated STS IDE images ***
You can get into the container once its up with script ...
./exec.sh
You'll find yourself in a bash shell
If ever you wanted to change the username "mvpjava" or anything else in the Dockerfile, you could run script ...
./build.sh
Note: You will have to make the scripts executable from the command line via ...
chmod 755 $script_name
=====================================================
Subscribe to MVP Java ...
https://www.youtube.com/c/MVPJava?sub_confirmation=1
Follow me ...
Website : http://www.mvpjava.com
Facebook : https://www.facebook.com/mvpjava
Twitter : https://twitter.com/mvpjava
DockerHub: https://hub.docker.com/?namespace=mvpjava