Skip to content

Kodkollektivet/owtf-valhalla-docker-api-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run do the following

# Build the image specified in the Dockerfile
$ docker build -t <iimage-name> . 

# Create a container from the image
# -d - deamonizes the container
# -p - exports port 5000 in the container port 5000
$ docker run -d -p 5000:5000 --name <container-name> <image-name>

# Start the container
$ docker start <container-name>

# Go to your localhost or docker-machine 5000

# Stop the container
$ docker kill <container-name>

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors