Sign inSign up

tlwt/doorstop

By tlwt

Updated almost 9 years ago

open source requirements management system.

Image
0

968

tlwt/doorstop repository overview

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

Tag summary

Content type

Image

Digest

Size

218.4 MB

Last updated

almost 9 years ago

docker pull tlwt/doorstop