why snap whyyyy
Apparently there's issue with the snap implementation of Docker in Ubuntu. When I go stop containers, I'm met with the following error: Error response from daemon: cannot stop container: b009603df047: Cannot kill container b009603df04736064155d558c0afb5b5837c58114c80932e35aaf7364c606d5c: unknown error after kill: runc did not terminate sucessfully: container_linux.go:392: signaling init process caused "permission denied" : unknown Info found here on stackoverflow .........GREAT Now I gotta ...
Read post
Learning How to Setup NGINX
This is my first blog post using Listed.to! Trying to setup NGINX Reverse Proxy (nginx-proxy)...again I want to use this a platform to document my homelab musings and a sort ongoing "lessons learned" report. Today's challenge is setting up a reverse proxy. Why a reverse proxy? Being someone who is a bit of a docker enthusiast, I'm starting to reach the point where access my services is getting to be a bit cumbersome. I would love to be able to simply type in something like wiki.homelab.io ...
Read post