初期プローブ
hello.sh
helper.sh の最初期スクリプトです。接続確認と shell-first な利用体験の起点として使います。
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
初期プローブ
helper.sh の最初期スクリプトです。接続確認と shell-first な利用体験の起点として使います。
curl -fsSL helper.sh/hello.sh | bash 運用スクリプト
Docker data-root をより大きなディスクへ安全に移行するための対話型ヘルパーです。パス検査、バックアップ、検証を含みます。
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.