Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 596 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 596 Bytes

Glow Docker image

Docker Pulls

Latest

Small image providing dependencies. Run container using:

docker run -it -v /my/path/:/root/dev neildhar/glow

More details here.

Precompiled

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.