{"id":28752965,"url":"https://github.com/rumpelsepp/devman","last_synced_at":"2026-02-28T10:32:03.264Z","repository":{"id":260103479,"uuid":"880263821","full_name":"rumpelsepp/devman","owner":"rumpelsepp","description":"Manager for Development Containers with podman","archived":false,"fork":false,"pushed_at":"2025-05-01T18:15:56.000Z","size":81,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T00:05:22.256Z","etag":null,"topics":["container","developer-tools","podman"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rumpelsepp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-29T12:19:47.000Z","updated_at":"2025-05-01T18:15:54.000Z","dependencies_parsed_at":"2024-10-30T14:28:43.985Z","dependency_job_id":"2d5df832-7902-46f3-98a4-cac1ebd0ea9e","html_url":"https://github.com/rumpelsepp/devman","commit_stats":null,"previous_names":["rumpelsepp/devpod","rumpelsepp/devman"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/rumpelsepp/devman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpelsepp%2Fdevman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpelsepp%2Fdevman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpelsepp%2Fdevman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpelsepp%2Fdevman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rumpelsepp","download_url":"https://codeload.github.com/rumpelsepp/devman/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpelsepp%2Fdevman/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264250963,"owners_count":23579603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["container","developer-tools","podman"],"created_at":"2025-06-17T00:05:19.356Z","updated_at":"2026-02-28T10:31:58.220Z","avatar_url":"https://github.com/rumpelsepp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: Stefan Tatschner\nSPDX-License-Identifier: CC0-1.0\n--\u003e\n\n# devman\n\nA tool for **dev**elopment using pod**man**.\nCreate simple development containers with easy access to the host filesystem using a correct user id mapping.\nFeatures such as sharing SSH config (e.g. SSH agent) or starting GUI applications from the container are supported.\n\n## Install\n\nOn the system level, the [`podman`](https://podman.io/) and the [`catatonit`](https://github.com/openSUSE/catatonit) tools are required.\nThey are available and packaged for a large number of systems.\nPlease refer to the official manual containing [install instructions](https://podman.io/docs/installation).\n\nOn Debian, this leads to:\n\n```\n$ sudo apt install podman catatonit\n```\n\n### pipx\n\n```\n$ pipx install devman\n```\n\n### uv\n\n`devman` can be run without installation using the [uv](https://github.com/astral-sh/uv) tool:\n\n```\n$ uvx devman\n```\n\n## Quickstart\n\nReady to use containers with a lot of pre-installed development tools are provided by the Github container registry associated with this repo.\n\nPull the default Debian container (the `Containerfile` is located in this repository in `containers/debian/`):\n\n```\n$ devman pull\n```\n\nStart a `fish` shell in a container:\n\n```\n$ devman run fish\n```\n\nThe current directory `DIR` from the host is mounted in the container at `/home/dev/CWD/DIR`.\nThe user `dev` corresponds to the user that invoked `devman`.\n\nIf you would like to share your SSH config with the container, add `--ssh`.\nIf you want to be able to start GUI applications from the container, add `--gui`.\n\n## `podman` Performance\n\nFor performance reason you could consider using native overlay mounts.\nMake sure that the following is included in your storage configuration.\n\n```\n$ cat ~/.config/containers/storage.conf\n[storage]\ndriver = \"overlay\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpelsepp%2Fdevman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frumpelsepp%2Fdevman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpelsepp%2Fdevman/lists"}