Setting up a Samba Share using Docker Thumbnail

Setting up a Samba Share using Docker

In this quick guide, you will be learning how you can set up a Samba share easily using a Docker container on Linux. Samba is one of the best protocols for setting up network shares as it is supported by the vast majority of operating systems without needing additional software. Read More...

Running AirTrail using Docker Thumbnail

Running AirTrail using Docker

In this project, you will learn how to easily self-host AirTrail using Docker. AirTrail is a software for manually tracking your flights similar to myFlightRadar24. It boasts a super neat web interface that lets you easily view all the places you have flown to on a world map. Read More...

Setting up a Speedtest Tracker using Docker Thumbnail

Setting up a Speedtest Tracker using Docker

In this tutorial, we will be showing you how to set up an internet speedtest tracker using Docker. Using this you can easily track your internet performance from a modern web interface. This interface even automatically graphs the results of your speed tests allowing you to see how your internet performs over time. Read More...

Using Docker to Self-Host GitLab Thumbnail

Using Docker to Self-Host GitLab

In this tutorial, you will learn how you can self-host the dev ops platform GitLab on Linux using a Docker container. Docker makes self-hosting this tool a significantly easier process. All you need is an active domain name pointing to your machine. Read More...

Stopping a Docker Container Thumbnail

Stopping a Docker Container

In this quick guide, we will show you how to stop a Docker container easily and quickly within the terminal. Docker makes this process relatively easy. By stopping a container, you give it a chance to shut down gracefully. If a container doesn't stop after a few seconds, Docker will automatically terminate it. Read More...

Setting up Dockge on Linux Thumbnail

Setting up Dockge on Linux

In this tutorial, you will learn how to install and use Dockge on Linux. Dockge is a Docker management tool for Docker Compose files. This software features a sleek web interface that basically gives you all of the functionality you require to manage containers. Read More...

How to Kill All Running Docker Containers Thumbnail

How to Kill All Running Docker Containers

In this quick guide, you will learn an easy way to kill all the Docker containers running on your system using a single command. This single command lists all of your running containers and feeds the IDs directly into the Docker kill command. Read More...

Running Gitea using Docker Thumbnail

Running Gitea using Docker

In this tutorial, you will learn how you can self-host Gitea easily on your Linux system by making use of Docker containers. Gitea is what is called a forge software. It is a place where you can store your code, set up continuous integration and much more. Read More...