โ ๏ธ Important: sysVinit Only
This script is specifically designed for sysVinit-based systems ONLY.
โ Works with: antiX Linux with sysVinit init system
โ NOT compatible with: antiX runit version, systemd-based systems
๐ Check Your Init System
Before installation, verify you're running sysVinit:
ps -p 1 -o comm=
Expected output: init (for sysVinit)
If you see: runit or systemd - DO NOT use this script
โจ Features
๐งน Complete Cleanup
Removes all existing Docker installations and configurations
๐ฆ Fresh Install
Installs latest Docker CE with all official plugins
โ๏ธ sysVinit Integration
Custom init script for proper service management
โ Auto Verification
Comprehensive testing and validation after installation
๐ Quick Installation
wget https://raw.githubusercontent.com/mr-addams/antix-docker-install/main/antix-docker-install.sh
# Make it executable
chmod +x antix-docker-install.sh
# Run as root
sudo ./antix-docker-install.sh
๐ What Gets Installed
- โ Docker CE (latest)
- โ Docker CLI
- โ Docker Compose plugin
- โ Docker Buildx plugin
- โ Docker Model plugin
- โ Containerd.io
๐ Documentation
For complete documentation, troubleshooting, and advanced usage, visit the main repository.