Skip to content

doorstop-dev/docker-doorstop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker setup for doorstop

With the provided files the open source requirements management system doorstop runs in Docker

how to run doorstop container

make sure that you have a data directory under the directory from where you are calling this command (or you adapt the run command). The directory is then available at /data

docker run --name doorstop --rm \
    -v "$(pwd)/data:/data" \
    -i -t tlwt/doorstop

About

Docker setup for running doorstop in a container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages