Starter probe
hello.sh
The original helper.sh script used to verify connectivity and establish the shell-first experience.
curl -fsSL helper.sh/hello.sh | bash Platform
Scripts that prepare the host layer before service containers are installed, including Docker engine setup and Docker data layout maintenance.
Updated: 2026-03-26
Platform
Starter probe
The original helper.sh script used to verify connectivity and establish the shell-first experience.
curl -fsSL helper.sh/hello.sh | bash Operations helper
An interactive helper that migrates Docker data-root onto a larger disk with path checks, backups, and verification.
curl -fsSL helper.sh/docker-data-move.sh | sudo bash Bootstrap installer
A one-shot installer for Docker Engine and Docker Compose on Ubuntu 24.04.4 LTS, published through helper.sh.
curl -fsSL helper.sh/install_docker_ubuntu_2404.sh | sudo bash A stable Docker service stack starts with a predictable Docker host.
This page collects the scripts that prepare, repair, or extend the host layer before higher-level services are brought online.