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...
Docker Run
Docker runs processes in isolated containers. A container is a process which runs on a host. The ...
Guacamole Remote Desktop Client
Use this command to install Guacamole Remote Desktop Client. Change the port and volume bind loca...
Matomo
Take back control with Matomo – a powerful web analytics platform that gives you 100% data owners...
Intall Watchtower with E-Mail (Gmail) Notifications
Use the following code to install watchtower with gmail notifications. See more information and d...
Install Glances to Monitor Docker Containers (with web interface)
Glances can be installed through Docker, allowing you to run it without installing all the python...
Installing Docker
Different ways to install Docker on your preferred Operating System.