๐Ÿณ Docker for antiX Linux

Complete installation script for sysVinit systems

Platform Debian License Init System Docker

โš ๏ธ 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

# Download the script
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

๐Ÿ“š Documentation

For complete documentation, troubleshooting, and advanced usage, visit the main repository.