Platform

Docker host setup

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

Related scripts

Starter probe

hello.sh

The original helper.sh script used to verify connectivity and establish the shell-first experience.

One-line command

curl -fsSL helper.sh/hello.sh | bash

Operations helper

docker-data-move.sh

An interactive helper that migrates Docker data-root onto a larger disk with path checks, backups, and verification.

One-line command

curl -fsSL helper.sh/docker-data-move.sh | sudo bash

Bootstrap installer

install_docker_ubuntu_2404.sh

A one-shot installer for Docker Engine and Docker Compose on Ubuntu 24.04.4 LTS, published through helper.sh.

One-line command

curl -fsSL helper.sh/install_docker_ubuntu_2404.sh | sudo bash

Scope

Docker engine installRegistry reachabilityData-root migrationHost baseline

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.