/DockerTraining

A docker training course for absolute beginners.

Primary LanguageHCL

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.