{"id":50912183,"url":"https://github.com/amrelsagaei/updock","last_synced_at":"2026-06-16T11:01:39.120Z","repository":{"id":361235146,"uuid":"1253505092","full_name":"amrelsagaei/updock","owner":"amrelsagaei","description":"Run any Docker app from one word. No YAML, no flag-hunting.","archived":false,"fork":false,"pushed_at":"2026-05-29T19:13:38.000Z","size":170,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T19:20:21.948Z","etag":null,"topics":["automation","cli","container-management","containers","devops","devtools","docker","docker-compose","go","golang","terminal"],"latest_commit_sha":null,"homepage":"https://amrelsagaei.github.io/updock/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amrelsagaei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-29T14:31:33.000Z","updated_at":"2026-05-29T19:13:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/amrelsagaei/updock","commit_stats":null,"previous_names":["amrelsagaei/updock"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/amrelsagaei/updock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amrelsagaei%2Fupdock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amrelsagaei%2Fupdock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amrelsagaei%2Fupdock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amrelsagaei%2Fupdock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amrelsagaei","download_url":"https://codeload.github.com/amrelsagaei/updock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amrelsagaei%2Fupdock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34402663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","cli","container-management","containers","devops","devtools","docker","docker-compose","go","golang","terminal"],"created_at":"2026-06-16T11:01:36.073Z","updated_at":"2026-06-16T11:01:39.108Z","avatar_url":"https://github.com/amrelsagaei.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"docs/src/public/banner.svg\" alt=\"updock: run any Docker app from one word\" width=\"100%\"\u003e\n\t\n[![CI](https://github.com/amrelsagaei/updock/actions/workflows/ci.yml/badge.svg)](https://github.com/amrelsagaei/updock/actions/workflows/ci.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/amrelsagaei/updock)](https://goreportcard.com/report/github.com/amrelsagaei/updock)\n[![Release](https://img.shields.io/github/v/release/amrelsagaei/updock?sort=semver)](https://github.com/amrelsagaei/updock/releases)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Go Version](https://img.shields.io/github/go-mod/go-version/amrelsagaei/updock)](go.mod)\n\n[Install](https://amrelsagaei.github.io/updock/installation) · [Quick start](https://amrelsagaei.github.io/updock/quickstart) · [Docs](https://amrelsagaei.github.io/updock/) · [Recipes](https://amrelsagaei.github.io/updock/recipes)\n\n\u003c/div\u003e\n\nYou type a name. updock finds the image, lets you pick a version, asks you the\nfew things that actually matter (ports, passwords, env vars), writes the Compose\nfile and `.env` for you, and brings it up. After that you control everything by\nnumber.\n\n```console\n$ updock juice-shop\n\n  Searching Docker Hub for \"juice-shop\"...\n\n  1) bkimminich/juice-shop:latest        official-style, 50M+ pulls   [best match]\n  2) bkimminich/juice-shop (choose version)\n  3) bkimminich/juice-shop-ctf:latest    related\n\n  Pick a number, or use arrows + enter: 1\n\n  ✓ Created project 'juice-shop' (bkimminich/juice-shop:latest)\n  Start it now? Yes\n  ✓ juice-shop is running.\n    http://localhost:3000\n```\n\n## Features\n\n- **One word in, a running app out.** `updock postgres` searches Docker Hub,\n  ranks the matches, and walks you to a running container.\n- **Smart ranking.** Official and popular images surface first, with fuzzy name\n  matching so the right image is almost always option one.\n- **Version picker.** Choose a specific tag, sorted newest-first with proper\n  semantic-version ordering and `latest` pinned on top.\n- **No YAML, ever.** updock reads the image and asks only what matters: ports,\n  required passwords, common env vars, volumes. Then it writes a clean\n  `docker-compose.yml` and `.env` for you.\n- **Strong secrets by default.** Required passwords are generated with\n  `crypto/rand`, stored in a `0600` `.env`, masked in every view, and never\n  written into the Compose file.\n- **Control by number.** `updock ls` numbers everything; `updock up 2`,\n  `updock logs 2`, `updock rm 2`. No names to retype.\n- **Recipes for multi-service apps.** WordPress with MySQL, Nextcloud with\n  MariaDB, Gitea with Postgres, and more, scaffolded and wired together. Add\n  your own as plain YAML.\n- **Live state.** `updock ls` queries Docker directly, so the state column is\n  always real, never stale.\n- **Not a lock-in.** Output is standard Compose. Keep the files and run\n  `docker compose` yourself any time.\n- **No telemetry.** updock never phones home.\n\n## Get started in 30 seconds\n\n```bash\n# install (pick one; see the docs for every method)\nbrew install amrelsagaei/tap/updock\ngo install github.com/amrelsagaei/updock/cmd/updock@latest\n\n# check your environment, then run something\nupdock doctor\nupdock postgres\n```\n\nFull walkthrough: [Quick start](https://amrelsagaei.github.io/updock/quickstart). Every install method:\n[Installation](https://amrelsagaei.github.io/updock/installation).\n\n## How it works\n\n`updock \u003cname\u003e` runs a short pipeline: **preflight → search → select → inspect →\nconfigure → scaffold → up**. It reads an image's ports and env vars from the\nregistry without pulling it, asks only the questions that matter, and starts the\nstack in the background. The details are in [Usage](https://amrelsagaei.github.io/updock/usage).\n\n## Documentation\n\nThe full documentation lives at [amrelsagaei.github.io/updock](https://amrelsagaei.github.io/updock/):\n\n- [Installation](https://amrelsagaei.github.io/updock/installation) - every method, per OS, plus verifying a signed download\n- [Quick start](https://amrelsagaei.github.io/updock/quickstart) - zero to running app\n- [Usage](https://amrelsagaei.github.io/updock/usage) - the pipeline and control by number\n- [Commands](https://amrelsagaei.github.io/updock/commands) - full command reference\n- [Configuration](https://amrelsagaei.github.io/updock/configuration) - the config file and every option\n- [Recipes](https://amrelsagaei.github.io/updock/recipes) - multi-service apps and authoring your own\n- [Projects and file layout](https://amrelsagaei.github.io/updock/projects) - what updock writes and where\n- [Security model](https://amrelsagaei.github.io/updock/security) - how secrets and images are handled\n- [Troubleshooting](https://amrelsagaei.github.io/updock/troubleshooting) - common issues and fixes\n- [FAQ](https://amrelsagaei.github.io/updock/faq) - short answers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famrelsagaei%2Fupdock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famrelsagaei%2Fupdock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famrelsagaei%2Fupdock/lists"}