Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

387 total results found

Docker

docker

Docker

For all things Docker related

Docker

Current Deployment

Docker

Current production deployment

What is Docker?

Docker What is Docker?

Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and deploy it as one pa...

General Linux Administration

Linux
Administration

Linux

What is Docker?

Docker

Descriptions and useful commands

Current Docker-Compose

Docker Current Deployment

##~~~~~~~~~~~~~~~~~~~~~## ##Network Configuration## ##~~~~~~~~~~~~~~~~~~~~~## #IP address assignments: # * = Container not enabled/deployed #Host: # Fail2Ban # DHCPRelay * #Docker-MacVLAN: # 192.168.0.2 - # 192.168.0.3 - # 192.168....

Commands and scripts

Docker

Useful commands and scripts for Docker

Docker
Commands
Scripts

Current sanitised .env file

Docker Current Deployment

###To sanitise in notepad++ use: (?<=(["']))(?:(?=(\\?))\2.)*?(?=\1) ### # General Env Variables PUID="" PGID="" SERVER_IP="" NETWORK_NETMASK="" DOCKER_NETMASK="" TZ="" USERDIR="" DOWNLOADDIR="" MEDIA="" # DOWNLOADDIR="" # MEDIA="" TRANSCODEDIR=...

Plex

Plex guides

The Ultimate Docker Cheat Sheet

Docker

SSH Configuration

General Linux Administration

Backup Bookstack Using Docker

Docker Commands and scripts

From: https://knoats.com/books/bookstack/page/backup-bookstack-using-docker Official Guide: https://www.bookstackapp.com/docs/admin/backup-restore/ Don't drive as root, create a BookStack administrator account by following the adduser instructions. If you a...

Plex Guide

How to install and optimise Plex. See https://mediaclients.wiki/Plex for a more up to date and comprehensive guide.

Plex
Guides

Scripts

Different scripts

Docker Backup Script

Docker Commands and scripts

Cron job for Docker backup. Save as dockerbackup.sh and make it executable, then add it to your crontab.  #/bin/sh ##Variables SOURCEFOLDER=/home/alex/DockerApps #to backup non-docker volumes DESTINATION=/var/hda/files/drives/drive12/downloads/Backups/doc...

Tdarr Deploy batch script

Docker Commands and scripts

@echo off title TDarr :home cls echo. echo Select a task: echo ============= echo. echo 1) Deploy TDarr echo 2) Open TDarr echo 3) Remove TDarr echo 4) Exit echo. set /p web=Type option: if "%web%"=="1" goto deploy if "%web%"=="2" goto open i...