Skip to main content

Docker

Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.

Docker Compose

The Compose file provides a way to document and configure all of the application's service depend...

Portainer 2.0 Update

Use this compose to update to Portainer 2.0 version: '2' services: portainer: image: ...

Install Snapdrop using Compose

Use this compose stack to install Snapdrop. Change ports as needed. More information can be found...

Install Droppy with Docker Compose

Droppy is a self-hosted file storage server with a web interface and capabilities to edit files a...

Backup Docker Containers using Resilio Sync

Resilio Sync is a proprietary peer-to-peer file synchronization tool available for Windows, Mac, ...

DashMachine 0.7 with Code Server

--- version: "2.1" services: dashmachine: image: rmountjoy/dashmachine0.7:latest c...

Install Wordpress using Docker Compose

This stack can be used to install Wordpress with a MySQL DB. Change the ports and volume binds as...

Monica HQ

This version will use the apache image and add a mysql container. The volumes are set to keep you...

OliveTin Linux Shell Web Interface

OliveTin OliveTin is a web interface for running Linux shell commands. Some example use cases;...

Setup ShareX to work with Xbackbone from Windows

XBackBone is a simple, self-hosted, lightweight PHP file manager that support the instant sharing...

Setup Vikunja using Docker Compose

Vikunja is an Open-Source, self-hosted To-Do list application for all platforms. It is licensed...

Setup and Install Kiwix Serve on Debian Systems

Kiwix Serve is a .zim compatible web server: it allows you to deliver .zim files over the HTTP pr...

Install Memo Notes via Docker Compose

Use this guide to setup and install Meemo with Docker Compose. See our review of Meemo. Setup ...

Install Polr Link Shortener with Docker Compose

Polr is a quick, modern, and open-source link shortener. It allows you to host your own URL short...

Docker Run

Docker runs processes in isolated containers. A container is a process which runs on a host. The ...

Installing Docker

Different ways to install Docker on your preferred Operating System.

Portainer

Portainer is a universal container management tool that helps users deploy and manage container-b...

Yacht

A web interface for managing docker containers with an emphasis on templating to provide 1 click ...