YelpArchive/dockersh
A shell which places users into individual docker containers observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4423
- days_rel: n/a
- days_push: 2563
- n_releases_24m: 0
Adoption not part of the score
1274 stars · 79 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
dockersh is a login shell written in Go that places each interactive user into their own individual Docker container when they log in. It can be set as a user's shell in /etc/passwd or used as an ssh ForceCommand, giving per-user isolation on a shared machine via a single ssh daemon.
Use cases
- give multiple ssh users isolated containerized environments on one shared server
- replace per-user sshd-in-container setups with a single ssh port
- use as a login shell in /etc/passwd to sandbox each user
- configure ssh ForceCommand to drop users into their own docker container
- isolate user processes and network stacks with kernel namespaces while persisting home directories
When to choose
- you run a multi-user Linux box and want lightweight per-user isolation without running separate ssh daemons per container
- you want users' home directories mounted from the host so data persists across container restarts
- you need a single ssh entry point that routes each user into their own container
When to avoid
- you need actively maintained software - the project is officially archived and unmaintained
- you need strong security guarantees - the suid binary and privilege-dropping design carry known root-exploitation risk
- you want user namespace hardening or modern Docker isolation features that postdate this tool
- you are not on Linux with Docker available
Facets
cli-tool · maturity abandoned
container-runtime security cli ssh security developer-tools self-hosted cli login-shell docker-containers user-isolation ssh-forcecommand archived go containers linux docker
1 source
- readme: https://github.com/YelpArchive/dockersh · fetched 2026-08-28 · 2f03404c23f9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| YelpArchive/dockersh | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="YelpArchive/dockersh")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem