# datastack-net/dockerized

Run popular commandline tools within docker

Repository: https://github.com/datastack-net/dockerized
Canonical: https://ross.abutalabs.com/products/dockerized
Language: Go
License: MIT
License Family: permissive
Last push: 2023-08-31T01:28:09+00:00

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

## Adoption (not part of the score)
Stars 1270, forks 37 (observed 2026-08-28T04:04:11.804622+00:00)

## What it is
A Go-based CLI wrapper that runs popular command-line tools (aws, git, node, python, psql, etc.) inside Docker containers so users don't have to install them locally. It ships predefined app definitions and falls back to 150+ commands from jessfraz/dockerfiles.

## Use cases
- run command-line tools without installing them
- use aws cli or psql without polluting my machine
- try tools in isolated docker containers
- avoid version conflicts between locally installed dev tools
- run mysql client or helm via docker
- execute popular cli tools on a fresh machine with only docker

## When to choose
- you have Docker installed and want zero local tool installations
- you need many different CLI tools occasionally without managing their dependencies
- you want consistent, isolated tool versions across machines

## When to avoid
- you need maximum performance or low startup latency, since each invocation goes through Docker
- you work offline or in environments without Docker
- you need tools with heavy local filesystem or interactive TTY requirements

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: cli, developer-tools, container-runtime, deployment
- domain: developer-tools
- platform: windows, cli, go
- tags: docker-wrappers, tool-runner, no-install, command-wrapping, command-line, devops, containers, linux, macos, docker

## Member repositories
- datastack-net/dockerized (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:11.804622+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-30T05:03:25.502737+00:00, confidence not recorded.
  - readme: https://github.com/datastack-net/dockerized (fetched 2026-08-28T04:04:11.804622+00:00, sha 1893c020ea96)
- Data as of 2026-08-30T08:39:29.467469+00:00.
