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

初期プローブ

hello.sh

helper.sh の最初期スクリプトです。接続確認と shell-first な利用体験の起点として使います。

One-line command

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

運用スクリプト

docker-data-move.sh

Docker data-root をより大きなディスクへ安全に移行するための対話型ヘルパーです。パス検査、バックアップ、検証を含みます。

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.