Small image providing dependencies. Run container using:
docker run -it -v /my/path/:/root/dev neildhar/glow
More details here.
Image containing fully compiled Glow repository. Run container using:
- Release build:
docker run -it neildhar/glow:precompiled-release
- Debug build:
docker run -it neildhar/glow:precompiled-debug
More details here.