| Tool | Version | Notes |
|---|---|---|
| Go | 1.21+ | Tested on Go 1.26 |
| Docker | 20.10+ | Must be running |
| Git | Any | Used to clone target repos |
git clone https://github.com/asim9115/containerix.git
cd containerixcp .env.example .envOpen .env and set your desired port (defaults to 8080 if omitted):
PORT="8080"go mod downloadgo run ./cmd/serverYou should see:
2026/06/25 00:00:00 starting containerix on port 8080
go build -o containerix ./cmd/server
./containerix