strausmann/dind-with-compose.

Docker:dind Image with the latest docker-compse

730 1 amd64 arm64

Build Information

General build information for this image

Docker Hub strausmann/dind-with-compose
Build Time 14 Feb 2023 14:34:56
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 14 Feb 2023 at 14:34:56

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  dind-with-compose:
    image: strausmann/dind-with-compose:latest
    container_name: dind-with-compose
    restart: no

CLI

docker create \
  --name=dind-with-compose \  --restart no \
  strausmann/dind-with-compose:latest