Sign inSign up

mikrotik/dind

By mikrotik

Updated 8 months ago

Image
0

1.8K

mikrotik/dind repository overview

Introduction

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.

Example

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

Tag summary

Content type

Image

Digest

sha256:0c0c47dda

Size

142 MB

Last updated

8 months ago

docker pull mikrotik/dind