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