-
Notifications
You must be signed in to change notification settings - Fork 280
The Docker way
Srinivas P G edited this page May 15, 2019
·
3 revisions
- Dockerfile present in the root folder was used to build images
- Already built docker images are found at dockerhub
- srinivas11789/pcapxray-1.0
- srinivas11789/pcapxray-2.2
- srinivas11789/pcapxray-2.5
- Performing the steps in
run.sh
file manually would work to launch the tool via docker (I can help with errors) - Running
run.sh
scripts is an attempt to automate (would not work 100 percent)- tested on mac and linux - will be better soon!...