Photo by Todd Cravens on Unsplash

Docker

Let’s learn Docker and set it up. What’s Docker? Complicated haha! It’s a way to install, maintain and run applications. But apps are self-contained, hence containers. Docker allows networking and lots more. How to setup Docker Best way is to follow the docs. Troubleshooting Docker You might see an error such as WARNING: Error loading config file: /root/.docker/config.json: read /root/.docker/config.json: is a directory For that, do the following from here:...

20/12/2023 · 1 min · 82 words · Mr Ash
Photo by Harrison Broadbent on Unsplash

Pi-Hole

Let’s setup Pi-Hole in Docker, following the official documentation. getconf LONG_BIT check for 32bit or 64bit. cat /etc/os-release check the version of the OS. After following the installation guide, you might receive these errors: E: Package 'docker-ce' has no installation candidate E: Unable to locate package docker-ce-cli E: Unable to locate package containerd.io E: Couldn't find any package by glob 'containerd.io' E: Couldn't find any package by regex 'containerd.io' E: Unable to locate package docker-buildx-plugin E: Unable to locate package docker-compose-**plugin** Switch over to this guide to manually install docker with the deb files....

18/12/2023 · 3 min · 466 words · Mr Ash