Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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!