# docker-archive/classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit

Repository: https://github.com/docker-archive/classicswarm
Canonical: https://ross.abutalabs.com/products/classicswarm
Language: Go
License: Apache-2.0
License Family: permissive
Archived: true
Last push: 2020-06-11T09:36:02+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4507, "days_push": 2274, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5728, forks 1067 (observed 2026-08-28T04:09:28.291604+00:00)

## What it is
Docker Swarm Classic is a Docker-native clustering system that turns a pool of Docker hosts into a single virtual host via an API proxy. It was Docker's first container orchestration project and has been archived in favor of Swarm mode built into the Docker Engine.

## Use cases
- cluster multiple docker hosts into one virtual host
- schedule containers across a fleet of docker engines
- manage a legacy docker swarm classic cluster
- proxy docker api calls to a pool of hosts
- learn how early container orchestration worked

## When to choose
- you maintain an existing classic swarm deployment and need its source
- you study the history of container orchestration systems
- you need a simple api-proxy-based clustering approach on old docker versions

## When to avoid
- you are starting a new container orchestration project
- you want a supported, actively developed orchestrator
- you run Docker Engine 1.12 or later and can use built-in swarm mode
- you need modern features like service reconciliation or built-in TLS rotation

## Facets
- artifact type: service
- maturity: abandoned
- function: container-orchestration, api-gateway, service-discovery, deployment
- domain: cloud-computing, microservices
- platform: go, self-hosted
- tags: docker-swarm-classic, container-clustering, archived, api-proxy, legacy-orchestration, containers, devops, linux, docker

## Member repositories
- docker-archive/classicswarm (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:28.291604+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:53:24.233930+00:00, confidence not recorded.
  - readme: https://github.com/docker-archive/classicswarm (fetched 2026-08-28T04:09:28.291604+00:00, sha 78a5f21bbaa0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
