Skip to content

AgarwalConsulting/DockerTraining

Repository files navigation

Docker

Installation Check

Verify installation with:

docker run hello-world:latest

Other Resources

  • Building a docker-like container from scratch using Go: Video, Code

Presentation

Start simple http server

python -m http.server

Open http://localhost:8000.

Powered by Remark. Tips & tricks: https://github.com/gnab/remark/wiki/Markdown.