Customized docker containers for mikrotik devices
Go to file
Carsten Schmiemann efcfd75fdd Modify build user, use root 2024-01-13 01:08:07 +01:00
node-red Modify build user, use root 2024-01-13 01:08:07 +01:00
LICENSE Initial commit 2023-06-18 22:06:17 +02:00
README.md Fix readme comments 2023-06-18 23:06:31 +02:00

README.md

mikrotik-containers

Customized docker containers for mikrotik devices

Build container

Platform depedencies

Install arm-depedencies with docker run --privileged --rm tonistiigi/binfmt --install all

Build

Go to folder and type (this example for node-red and a arm32 device) docker build --no-cache --platform linux/arm/v7 --output=type=docker -t node-red .

Save tar file

Save built image to tar file for uploading to your mikrotik device (here node-red for example) docker save node-red -o node-red.tar