Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 357 Bytes

Running with Docker

We have a Docker image provided here.

To pull the image:

docker pull commit451/skyhook

To run the application:

docker run -it --rm -p 80:8080 commit451/skyhook

Then, you can navigate to the IP of the Docker image in your browser and can see it is running!