Sign inSign up

jonev/ba-wago

By jonev

Updated over 6 years ago

This repository contains images used in bachelor thesis fro Wago Norge AS.

Image
0

403

jonev/ba-wago repository overview

Build to PLC (source)

Prerequisites:
  • Docker hub account
  • Docker settings -> Daemon -> Enable Experimental features
  • Add builder:
    docker buildx create --name builder-for-plc
Build (and push) from root:

docker buildx build -f dockerfile-name --platform linux/arm/v7 -t username/imagename:tag --push .
E.g:
docker buildx build -f Dockerfile-plc2-pressure --platform linux/arm/v7 -t jonev/ba-wago:v6 --push .

Common errors
  • "No space left on device", run docker system prune and delete also images with docker image prune -a

Run on PLC

  • To avoid long pull-time, reuse image tag
Prerequisites:
  1. Pull image with:
    docker pull username/imagename:tag
    E.g:
    docker pull jonevba-wago:v6
  2. Run image with output to terminal connected:
    docker run -it username/imagename:tag
    E.g:
    docker run -it jonev/ba-wago:v6

Tag summary

Content type

Image

Digest

Size

309.7 MB

Last updated

over 6 years ago

docker pull jonev/ba-wago:opcua-mqtt-link-hmi