git clone --recurse-submodules git@github.com:zenoli/zenovim-docker.git
Build: ./scripts/zenovim-build.sh [TAG]
- Builds the image
Run: ./scripts/zenovim-launch.sh [TAG]
- Runs the image
Attach: ./scripts/zenovim-attach.sh
- Attaches to the running image with bash
Currently we provide two tags:
arch
- Based on archlinuxalpine
- Based on alpine linux
docker exec -u 0 -it zenovim bash