Skip to content

Commit

Permalink
Use Dockerhub hub image for run by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Jun 13, 2020
1 parent ad791b4 commit 41674ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ run)
echo "> starting a new container"
echo
docker run --cap-add SYS_PTRACE --rm -it --name frida-boot -p9999:80 \
-v $(pwd)/code:/root/code frida-boot
-v $(pwd)/code:/root/code leonjza/frida-boot
;;
run-dev)
echo "> runing a content dev instance"
Expand Down

0 comments on commit 41674ba

Please sign in to comment.