Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 382 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 382 Bytes

docker

Images that are useful for development projects:

  • C++ development
  • OpenGL graphics development
  • Jekyll

build image

docker build .

tag an image

docker tag 0eb1929591c2 indusninja/jekyll:latest

push to docker hub

docker push indusninja/jekyll