Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.
Categories:
-
Artificial Intelligence
-
Automation
-
Multimedia Services
-
Security
The containers below assume that Network Shares are mounted to
/export
directory, and local IP address of the server running docker is127.0.0.1
.
This stack creates services to support and manage a BitTorrent and a Usenet clients. BitTorrent is a communication protocol for peer-to-peer (P2P) file sharing in a distributed, decentralized infrastructure. Usenet is an early non-centralized computer network for the discussion of particular topics and the sharing of files via newsgroups.
docker compose up --detach "docker/download-manager/docker-compose.yml"
Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached.
docker compose up --detach "docker/jellyfin/docker-compose.yml"
The Jupyter Notebook is the original web application for creating and sharing computational documents. It offers a simple, streamlined, document-centric experience.
docker compose up --detach "docker/jupyter-notebook/docker-compose.yml"
Install only one of DNS-over-HTTPS and Recursive DNS in the same host IP address.
This stack creates services to enable DNS-over-HTTPS capability on a specific network with DNS sinkhole to reduce advertisements and serve local DNS records.
docker compose up --detach "docker/dns-over-https/docker-compose.yml"
Install only one of DNS-over-HTTPS and Recursive DNS in the same host IP address.
This stack creates services to enable recursive DNS capability on a specific network with DNS sinkhole to reduce advertisements and serve local DNS records.
docker compose up --detach "docker/recursive-dns/docker-compose.yml"
Plex gives you the power to add, access and share all the entertainment that matters to you, on almost any device.
docker compose up --detach "docker/plex/docker-compose.yml"
WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography.
docker compose up --detach "docker/wireguard/docker-compose.yml"
Home Automation stack creates services to support and manage home automation.
docker compose up --detach "docker/home-automation/docker-compose.yml"