Skip to content

Instantly share code, notes, and snippets.

@sibelius
Last active October 31, 2023 00:09
Show Gist options
  • Star 22 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save sibelius/a8027d837a624922cbaa2b3f953a925e to your computer and use it in GitHub Desktop.
Save sibelius/a8027d837a624922cbaa2b3f953a925e to your computer and use it in GitHub Desktop.
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
  • learn how to use docker network

Also check the AWS Lambda Learning Path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment