Skip to main content

Module d0_docker_engine

Module d0_docker_engine 

Source
Expand description

Ensure Docker Engine is installed before stack files (d1) and compose up (d2).

Prefer Armbian armbian-config --cmd CON001 when available; otherwise apt packages docker.io and docker-compose-v2.

Structsยง

D0DockerEngine
Ensure Docker Engine is installed before stack init (d0).

Constantsยง

APT_PACKAGES ๐Ÿ”’

Functionsยง

apt_install_docker ๐Ÿ”’
docker_engine_ready
True when docker is on PATH and docker info succeeds.
enable_docker_service ๐Ÿ”’
finish_after_install ๐Ÿ”’
install_docker_engine ๐Ÿ”’
plan_apt_install ๐Ÿ”’
plan_install_actions ๐Ÿ”’
prefer_armbian_config ๐Ÿ”’
try_armbian_con001 ๐Ÿ”’