Skip to content

Commit 79c63b1

Browse files
authored
Merge pull request #5 from jonyluke/patch-1
added option to use from Windows
2 parents 2453a23 + 999830c commit 79c63b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ctf/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 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
2+
# 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
36
# docker exec -it ctf /bin/bash
47

58
FROM ubuntu:19.10

0 commit comments

Comments
 (0)