sch9_ctf_3/run-offline/vim_and_cats/readme.md

10 lines
176 B
Markdown
Raw Normal View History

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