Skip to content

Walk-through of basic docker, docker-compose, and Rancher-compose systems.

Notifications You must be signed in to change notification settings

fernviridian/docker-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Repo to talk about:

  • starting docker container

    • in foreground
      • with shell
      • override entrypoint to get shell !
    • in background
  • building a basic docker image

  • pulling an image from a docker registry

  • tagging images

  • containers are ephemeral.

  • docker-compose

    • What is it?
    • environment variables / files
    • making two basic services talk to eachother
      • launch services locally and forward ports
  • rancher-compose

    • how to setup a load balancer?
      • why would you setup a load balancer?
      • stick routing
      • l4/l7
    • writing config for a stack
    • launching a stack
  • done

    • 🍺

About

Walk-through of basic docker, docker-compose, and Rancher-compose systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published