Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazy-max/docker-docker
Docker in Docker (DinD) image
https://github.com/crazy-max/docker-docker
alpine-linux buildkit buildx dind docker docker-compose
Last synced: 13 days ago
JSON representation
Docker in Docker (DinD) image
- Host: GitHub
- URL: https://github.com/crazy-max/docker-docker
- Owner: crazy-max
- License: mit
- Created: 2020-12-28T12:36:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T12:35:47.000Z (5 months ago)
- Last Synced: 2024-10-18T07:32:50.434Z (26 days ago)
- Topics: alpine-linux, buildkit, buildx, dind, docker, docker-compose
- Language: Dockerfile
- Homepage:
- Size: 198 KB
- Stars: 48
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## About
[Docker](https://www.docker.com/) in Docker (DinD) image inspired by the
[official Docker image](https://github.com/docker-library/docker/).> [!TIP]
> Want to be notified of new releases? Check out 🔔 [Diun (Docker Image Update Notifier)](https://github.com/crazy-max/diun)
> project!___
* [Features](#features)
* [Build locally](#build-locally)
* [Image](#image)
* [Contributing](#contributing)
* [License](#license)## Features
* [BuildKit](https://github.com/moby/buildkit)
* [binfmt](https://github.com/tonistiigi/binfmt#buildkit-target) (for BuildKit's automatic emulation support)
* [buildx](https://github.com/docker/buildx)
* [Compose](https://github.com/docker/compose) (v2 and v1)
* [CNI plugins](https://github.com/containernetworking/plugins) (for BuildKit)## Build locally
```shell
git clone https://github.com/crazy-max/docker-docker.git
cd docker-docker# Build image and output to docker (default)
docker buildx bake# Build multi-platform image
docker buildx bake image-all
```## Image
| Registry | Image |
|---------------------------------------------------------------------------------------------------|---------------------------------|
| [Docker Hub](https://hub.docker.com/r/crazymax/docker/) | `crazymax/docker` |
| [GitHub Container Registry](https://github.com/users/crazy-max/packages/container/package/docker) | `ghcr.io/crazy-max/docker` |Following platforms for this image are available:
```
$ docker run --rm mplatform/mquery crazymax/docker:latest
Image: crazymax/docker:latest
* Manifest List: Yes
* Supported platforms:
- linux/amd64
- linux/arm/v7
- linux/arm64
```## Contributing
Want to contribute? Awesome! The most basic way to show your support is to star
the project, or to raise issues. You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max)
or by making a [PayPal donation](https://www.paypal.me/crazyws) to ensure this
journey continues indefinitely!Thanks again for your support, it is much appreciated! :pray:
## License
MIT. See `LICENSE` for more details.