Using the docker images for Java Goof
September 13, 2019 ยท View on GitHub
- go to the "java_goof_docker" directory in the (unpacked) zip file
Import docker images
$ docker load -i javagoof.tar
Start application
$ docker-compose up
From a browser navigate to the following URL: http://localhost:8080/. You will see this application.

Important:
We will use be using the following tools
You can use these tools from your local machine OR you can access the Docker image that have these tools pre-installed
To access the shell
$ docker exec -it javagoof bash