Skip to content

Instantly share code, notes, and snippets.

View ddanielsantos's full-sized avatar

Daniel Santos ddanielsantos

  • Fadesp
  • Belém - PA - Brazil
  • 01:12 (UTC -03:00)
  • X @renat0sp
View GitHub Profile
@ddanielsantos
ddanielsantos / dockerLearnPath.md
Created September 9, 2022 12:22 — forked from sibelius/dockerLearnPath.md
Docker Learn Path - What do you need to know about Docker
  • learn why we need docker
  • learn how to define a Dockerfile
  • learn how to build a docker
  • learn how to list images
  • learn how to run docker with port forward
  • learn how to go inside docker to debug, running /bin/bash
  • learn docker compose
  • learn how to send a docker image to a reqistry (dockerhub or aws ecr)
  • learn how to deploy a docker to kubernetes, aws ecs or another platform
  • learn how to use docker volumes