Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 477 Bytes

File metadata and controls

13 lines (9 loc) · 477 Bytes

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