Update 'README.md'

This commit is contained in:
Starthur 2022-05-06 13:45:56 +02:00
parent 6093050fdc
commit 1e534594d5
1 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@ Here is a docker image to use to solve most of the CTF on the platform! If you a
``` ```
## Usage ## Usage
`docker run --security-opt seccomp=unconfined --rm -v $PWD:/work -it 42ctf /bin/ash` `docker run --security-opt seccomp=unconfined --rm -v $PWD:/work -it atrouill/42ctf /bin/ash`
For more simplicity you can do : For more simplicity you can do :
`echo 'alias 42ctf="docker run --security-opt seccomp=unconfined --rm -v $PWD:/work -it 42ctf /bin/ash"' >> ~/.zshrc && source ~/.zshrc` `echo 'alias 42ctf="docker run --security-opt seccomp=unconfined --rm -v $PWD:/work -it atrouill/42ctf /bin/ash"' >> ~/.zshrc && source ~/.zshrc`
Then you just have to run `42ctf` in the folder where your binaries are!