-
Notifications
You must be signed in to change notification settings - Fork 489
Docker notes
Mark Mossberg edited this page Jun 21, 2018
·
11 revisions
docker pull trailofbits/manticore
OR
docker build -t manticore . # from tree root, build container from Dockerfile
docker run -it -v `pwd`/examples:/home/manticore/examples manticore
docker rm (docker ps -a -q) # delete all containers
docker images # view images