Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 774 Bytes

javagoof_docker.md

File metadata and controls

29 lines (22 loc) · 774 Bytes

Using the docker images for Java Goof

  • 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.

Java Goof homepage

Important:

We will use be using the following tools

  • cUrl - download and install a binary for your OS
  • Httpie - (brew install httpie)

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