{"id":15686577,"url":"https://github.com/thenets/dev-container","last_synced_at":"2025-11-08T17:30:37.965Z","repository":{"id":220077064,"uuid":"750498785","full_name":"thenets/dev-container","owner":"thenets","description":"A full-featured Fedora container image designed for development.","archived":false,"fork":false,"pushed_at":"2024-04-26T01:58:13.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-14T21:46:55.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thenets.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}},"created_at":"2024-01-30T18:58:03.000Z","updated_at":"2024-06-07T19:03:35.000Z","dependencies_parsed_at":"2024-02-04T22:32:33.558Z","dependency_job_id":null,"html_url":"https://github.com/thenets/dev-container","commit_stats":null,"previous_names":["thenets/dev-container"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2Fdev-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2Fdev-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2Fdev-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2Fdev-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thenets","download_url":"https://codeload.github.com/thenets/dev-container/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239558934,"owners_count":19658934,"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":[],"created_at":"2024-10-03T17:40:38.940Z","updated_at":"2025-11-08T17:30:37.906Z","avatar_url":"https://github.com/thenets.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Container release auto patch](https://github.com/thenets/dev-container/actions/workflows/container-release-auto-patch.yml/badge.svg)](https://github.com/thenets/dev-container/actions/workflows/container-release-auto-patch.yml)\n\n# TheNets : Dev Container\n\nA full-featured Fedora container image designed for development.\n\n---\n\nContainer images:\n- [Quay.io](https://quay.io/repository/thenets/dev-container)\n  - `quay.io/thenets/dev-container:latest`\n\n## 1. Use-cases\n\n- Coder Workspace\n- VS Code container (WIP)\n\n## 2. Features\n\n- Most build tools. Maybe suitable for pipelines too.\n- Container-in-container supported scenarios:\n    - [ ] Rootless Podman in Rootless Podman\n    - [x] Rootful Podman in Rootful Docker, with `--privileged` flag\n    - [ ] Rootful Docker in Rootful Docker, with `--privileged` flag\n    - [x] Rootful Docker in Rootful Docker, with socket sharing\n\n## 3. Usage per scenario\n\n### 3.1. No inner container\n\nJust run the container as usual.\n\n```bash\n# Example: Run htop\npodman run -it --rm quay.io/thenets/dev-container:latest htop\n```\n\n### 3.2. Rootful Podman in rootful Docker, with `--privileged` flag\n\n```bash\n# Start a Docker container in privileged mode\ndocker run -it --rm --privileged quay.io/thenets/dev-container:latest\n\n# (inside the container)\n# Run a podman container\npodman run -it --rm docker.io/alpine echo 'hello'\n```\n\n### 3.3. Rootful Docker in rootful Docker, with socket sharing\n\n```bash\n# Start a Docker container, mapping it's daemon socket\ndocker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock:rw quay.io/thenets/dev-container:latest\n\n# (inside the container)\n# Run a docker container\ndocker run -it --rm docker.io/alpine echo 'hello'\n```\n\n## 4. References\n\nMost of this work was create on top of the following blog post and git repo:\n\n- https://www.redhat.com/sysadmin/podman-inside-container\n- https://github.com/containers/podman/tree/main/contrib/podmanimage/stable\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenets%2Fdev-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenets%2Fdev-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenets%2Fdev-container/lists"}