sch9_ctf_3/run-offline/vim_and_cats/readme.md

12 lines
188 B
Markdown
Raw Permalink Normal View History

2023-07-13 11:28:55 +00:00
# vim and cats (all levels)
install steps:
- install docker
- download this directory
- run following
```bash
2023-07-13 11:28:55 +00:00
docker build . -t vim_and_cats
docker run -d -p 5000:5000 vim_and_cats
```