kieron115@startrek.websitetoProgrammer Humor@lemmy.ml•Responsive Design Go BrrrrEnglish
0·
7 months agoSame. I love any of their “infrastructure” type videos. One of my favorites is when their storage server almost kicked the bucket and they showed the unimaginably stressful recovery process.
Docker takes a lot of the management work out of the equation as many of the containers automatically update. Manual updates are as simple as recreating a container with a new image instead of your local one. I would like to add try running Portainer (a graphical management interface for Docker). Breaking out the various options into a GUI helped me learn the ins and outs of Docker better, plus if you end up expanding to multiple docker hosts you can manage them all from one console. I have a desktop, a laptop, and a RPi 4b all running various dockers and having a single pane for management is such a convenience.