Portainer Logo

Huge Guide to Portainer for Beginners

April 25, 2020 Patrick 5

So you’ve finished installing and configuring Portainer, and now you are ready to dive in and see what it can do. Portainer is a simple and lightweight, but powerful application that is used to provide a web management interface that you can use to perform functions on your Docker host. This guide aims to help answer some basic questions about how to use Portainer.

Portainer Logo

How to Install and Configure Portainer in Docker

April 23, 2020 Patrick 3

When you need to make a quick adjustment to your docker setup, you just fire up your favorite terminal app and start typing in the various commands. Using the command line to manage your Docker setup is pretty simple, but some people prefer a more visual user interface when managing their systems. Portainer gives you that visual interface.

Unbound DNS

Set up Unbound DNS in Docker in 5 Quick Steps

April 21, 2020 Patrick 1

When you visit a website, such as codeopolis.com your computer will contact your DNS provider and ask for the IP address of codeopolis.com so your computer can visit the site. The DNS provider will then log that request, creating a record of your visit. Can you trust that your DNS provider or Internet Service Provider (ISP) will not share or sell that information? I don’t.

Bitwarden

Bitwarden Review

April 19, 2020 Patrick 0

Over the past few months, I’ve been working to transition to as many self-hosted applications as I can. Self-hosting applications is a secure way to control your data on your terms as well as to get it moved off of the public cloud.

Docker Logo

25 Basic Docker Commands for Beginners

April 18, 2020 Patrick 4

If you’re trying to learn Docker you will first have to master its various terminal commands. This guide aims to help you get started with basic docker commands. This tutorial assumes that you already have Docker installed on your system. If not, you can start here to learn how to quickly install Docker.

No Image

Use Watchtower to automate Docker Container Updates

April 15, 2020 Patrick 0

Watchtower is an application within a docker container that watches for updates for all of the running containers on a system. If an update is available for any of the containers, then Watchtower will restart that container with the new image using the same parameters as the previously running image.

Pi-hole Logo

Running Pi-hole in Docker is Remarkably Easy!

April 14, 2020 Patrick 6

Internet advertisements and trackers are everywhere. The websites you visit and your smart devices are constantly sending data to their manufacturers and advertisers. Pi-hole is a network-level ad blocker that sits on your network and uses blacklists to determine which DNS requests to block. Installation on Docker is easy.

No Image

5 Simple Commands to Clean up Docker

April 13, 2020 Patrick 1

Working with Docker can get messy, especially if you are working with it daily. If you’re like me, you are working with multiple applications and creating multiple volumes for each application. It would be nice if there was a simple way to clean up docker.

How to Quickly Install Heimdall Using Docker 1

How to Quickly Install Heimdall Using Docker

March 22, 2020 Patrick 2

Heimdall is a quick and easy way to organize all of your applications and frequently visited links into one page. Personally, I have enabled the Google search bar and use this application as my browser start page. Once you add your application to the dashboard through its easy to use interface, you can drag and drop to move the buttons around as you see fit.

No Image

Getting Started with Docker Compose

March 19, 2020 Patrick 0

I have been toying around with Docker for a few months now ever since I first bought a Raspberry Pi. It has been a great learning experience. Currently, I have over 20 self-hosted applications running in Docker. However, last week my power started to flicker and I began to wonder what would happen if my Raspberry Pi completely died?