docker-docker
docker-docker copied to clipboard
Docker in Docker (DinD) image
About
Docker in Docker (DinD) image inspired by the official Docker image.
[!TIP] Want to be notified of new releases? Check out 🔔 Diun (Docker Image Update Notifier) project!
- Features
- Build locally
- Image
- Contributing
- License
Features
- BuildKit
- binfmt (for BuildKit's automatic emulation support)
- buildx
- Compose (v2 and v1)
- CNI plugins (for BuildKit)
Build locally
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 | crazymax/docker |
| GitHub Container Registry | 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 or by making a PayPal donation to ensure this journey continues indefinitely!
Thanks again for your support, it is much appreciated! :pray:
License
MIT. See LICENSE for more details.
