{"id":18823801,"url":"https://github.com/gni/DinD","last_synced_at":"2025-09-02T22:30:28.718Z","repository":{"id":191925474,"uuid":"685676074","full_name":"gni/DinD","owner":"gni","description":"Docker in Docker \"DinD\" AlmaLinux/rockylinux","archived":false,"fork":false,"pushed_at":"2024-12-07T16:08:44.000Z","size":6,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-12-29T06:42:41.430Z","etag":null,"topics":["almalinux","container","developer-tools","dind","docke-compose","docker","rockylinux"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/gni.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}},"created_at":"2023-08-31T18:53:35.000Z","updated_at":"2024-12-07T16:08:49.000Z","dependencies_parsed_at":"2023-09-01T15:13:01.410Z","dependency_job_id":"88ef1c78-6091-4b16-93f4-930c3a643205","html_url":"https://github.com/gni/DinD","commit_stats":null,"previous_names":["exaluc/dind","ioluc/dind","gni/dind"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gni%2FDinD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gni%2FDinD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gni%2FDinD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gni%2FDinD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gni","download_url":"https://codeload.github.com/gni/DinD/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231812082,"owners_count":18430186,"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":["almalinux","container","developer-tools","dind","docke-compose","docker","rockylinux"],"created_at":"2024-11-08T00:54:44.063Z","updated_at":"2024-12-30T04:22:06.054Z","avatar_url":"https://github.com/gni.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DinD AlmaLinux/rockylinux Setup\n\nThis repository contains Dockerfiles for setting up Docker-in-Docker (DinD) environments using AlmaLinux as the base image. Different configurations are available for various use-cases.\n\n## Table of Contents\n\n1. [Requirements](#requirements)\n2. [Installation](#installation)\n3. [Dockerfiles Overview](#dockerfiles-overview)\n4. [Usage](#usage)\n5. [Docker Compose](#docker-compose)\n6. [Contributing](#contributing)\n7. [Authors](#authors)\n8. [License](#license)\n\n## Requirements\n\n- Docker\n- Docker Compose (Optional)\n\n## Installation\n\nClone this repository to your local machine:\n\n```bash\ngit clone https://github.com/exaluc/DinD.git\n```\n\n## Dockerfiles Overview\n\n### Dockerfile\n\nThis is the standard setup using AlmaLinux 8. It installs Docker CE, Docker CLI, and Containerd.\n\n### Dockerfile-minimal\n\nThis setup uses the minimal AlmaLinux image to provide a lightweight DinD environment. It only installs essential packages to run Docker \u0026 docker-compose.\n\n### Dockerfile-py\n\nThis setup is optimized for Python development. It includes development tools and Python 3.9.1.\n\n## Usage\n\nTo build a Docker image from any of the Dockerfiles, navigate to the project directory and run:\n\n```bash\ndocker build -f \u003cDockerfileName\u003e -t \u003cyour-image-name\u003e .\n```\n\nFor example, to build an image from `Dockerfile`:\n\n```bash\ndocker build -f Dockerfile -t my-dind-setup .\n```\n\nTo run the container:\n\n```bash\ndocker run --privileged -d --name my-dind-container my-dind-setup\n```\n\n## Docker Compose\n\n```bash\ndocker-compose up -d\n```\n\n## Legacy Docker Compose CLI near docker compose\n\nFor users who are familiar with older docker-compose, also supported.\n\n## Contributing\n\nIf you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are welcome.\n\n## Authors\n\n- [Lucian BLETAN](https://github.com/gni) - Initial work\n\n## License\n\nMIT\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgni%2FDinD","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgni%2FDinD","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgni%2FDinD/lists"}