Server Setup - Docker/Tailscale

dockerserver

I will write something later for the information preceding this post, and with more info on Tailscale.

One command install script for debian based systems after OS installation. Standard install includes system update, Docker, Docker Compose and Dockge, a webui for managing docker compose.

Ubuntu Server is great for beginners: Get Ubuntu Server | Download | Ubuntu

Command

curl https://raw.githubusercontent.com/alltechdev/dockerserver/refs/heads/main/standard-install.sh | sh

Include Tailscale vpn (out of network access)

curl https://raw.githubusercontent.com/alltechdev/dockerserver/refs/heads/main/with-tailscale.sh | sh

Post Installation

Input http://localhost:5001 into your browser. From there you can access Dockge webui.

Sources

https://get.docker.com/ - Docker/Docker Compose Install Script

GitHub - louislam/dockge: A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager - Dockge

https://tailscale.com/install.sh - Tailscale Install Script

GitHub:

To explore what Docker is capable of:

2 Likes

8 posts were merged into an existing topic: Small Questions That Don’t Deserve Their Own Thread