USArmyResearchLab / Dshell

Dshell is a network forensic analysis framework.
Other
5.44k stars 1.14k forks source link

Add initial multi-stage Dockerfile for Dshell cli #127

Closed djds closed 3 years ago

djds commented 3 years ago
  1. build:

    docker build -t "${tag}" . 
  2. run:

    docker run \
        --rm \
        -it \
        --cap-drop=all \
        --cap-add=NET_ADMIN \
        --volume="${PWD}:/data" \
        --name=dshell "${tag}"
dek443 commented 3 years ago

We have tested out your Dockerfile, and all looks good. Thank you for your contribution and supporting the Dshell project.