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.
- use it.
- to launch other peoples works
- to launch our own works
-
- setup orchestrator to control the program and build an entire flippin system around it.