Ross ROSS = Recommend OSS · open-source software intelligence for agents

lavie/runlike

Given an existing docker container, prints the command line necessary to run a copy of it. observed · 2026-08-28

github.com/lavie/runlike · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

70/100

  • Activity 79
  • Release rhythm 40
  • Longevity 100

Flags: no_license

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: 9.0
  • age_days: 4108
  • days_rel: 554
  • days_push: 128
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

2940 stars · 167 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

runlike is a Python CLI tool that inspects an existing Docker container and prints the `docker run` command line needed to recreate a copy of it, including ports, volumes, links, and environment variables. It can also accept `docker inspect` output via stdin and is available as a pip package or a Docker image.

Use cases

  • reconstruct the docker run command for an existing container
  • migrate a container to another host without the original launch command
  • document how a container deployed by Ansible or Chef was started
  • quickly clone a running container with the same options
  • convert docker inspect output into a readable docker run command

When to choose

  • you lost or never had the original docker run command for a container
  • you need to manually re-run a container that was deployed by a configuration management tool
  • you want a quick, human-readable summary of a container's run options

When to avoid

  • you need guaranteed production-grade accuracy - the README warns against production use
  • your container uses docker run options not yet supported by the tool
  • you manage containers with Compose, Kubernetes, or other declarative tooling that already captures the configuration

Facets

cli-tool · maturity active

developer-tools cli container-runtime configuration-management developer-tools python cli docker-inspect docker-run reverse-engineering container-migration containers devops command-line linux macos docker

1 source

Member repositories

RepositoryRoleHealth v2
lavie/runlikemain70

For agents

markdown · JSON · MCP: product_card(name="lavie/runlike")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem