We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2453a23 + 999830c commit 79c63b1Copy full SHA for 79c63b1
ctf/Dockerfile
@@ -1,5 +1,8 @@
1
# docker build -t ctf:ubuntu19.10 .
2
-# docker run --rm -v $PWD:/pwd --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -d --name ctf -i ctf:ubuntu19.10
+# If using Windows
3
+ # docker run --rm -v %cd%:/pwd --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -d --name ctf -i ctf:ubuntu19.10
4
+# If using Linux
5
+ # docker run --rm -v $PWD:/pwd --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -d --name ctf -i ctf:ubuntu19.10
6
# docker exec -it ctf /bin/bash
7
8
FROM ubuntu:19.10
0 commit comments