This container image provides a Docker deamon inside a container. You can use this container to run other container that require a working Docker deamon. Based on "docker.io/docker" image with additional config to make it work on RouterOS.
name: docker-with-komodo
services:
dind:
image: docker.io/mikrotik/dind:latest
restart: unless-stopped
volumes:
- dind-run:/var/run
periphery:
image: ghcr.io/moghtech/komodo-periphery:latest
restart: unless-stopped
volumes:
- dind-run:/var/run
- komodo:/etc/komodo
Content type
Image
Digest
sha256:0c0c47dda…
Size
142 MB
Last updated
8 months ago
docker pull mikrotik/dind