mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-18 23:43:59 +00:00
readme fix
This commit is contained in:
parent
b42101c040
commit
285733a07e
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,7 @@ You can build a docker image with:
|
|||
|
||||
```bash
|
||||
git clone https://github.com/zardus/ctf-tools
|
||||
docker build -t ctf-tools
|
||||
docker build -t ctf-tools .
|
||||
```
|
||||
|
||||
And run it with:
|
||||
|
@ -114,6 +114,7 @@ And run it with:
|
|||
docker run -it ctf-tools
|
||||
```
|
||||
|
||||
The built image will have ctf-tools cloned and ready to go, but you will still need to install the tools themselves (see above).
|
||||
A Vagrantfile is on the TODO list :-)
|
||||
|
||||
## Adding Tools
|
||||
|
|
Loading…
Reference in a new issue