mikrotik-containers/README.md

527 B

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