Skip to content

Checklist for starting containers

  • hosting
  • server
  • servers
  • infrastructure
  • docker
  • podman
  • containers
  • edge

The problem

I'm a total noob scrub and need to learn containers to compete in the realm of containers.

The solution

    • make a VM, it doesn't need a desktop, but you need to access it.
      • bonus points if you only use ssh keys and no passwords.
    • install a container execution engine
    • docker - the defacto noob standard.
    • podman - the steriod version of docker but more unix than docker.
  1. use it.
    1. to launch other peoples works
    2. to launch our own works
    • setup orchestrator to control the program and build an entire flippin system around it.