Fix readme comments

This commit is contained in:
Carsten Schmiemann 2023-06-18 23:06:31 +02:00
parent 7254e43c4e
commit 3c7667d473
1 changed files with 5 additions and 9 deletions

View File

@ -6,19 +6,15 @@ Customized docker containers for mikrotik devices
## Platform depedencies
Install arm-depedencies with
´´´
docker run --privileged --rm tonistiigi/binfmt --install all
´´´
`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 .
´´´
`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
´´´
`docker save node-red -o node-red.tar`