Skip to content

PLCnext/advent_calendar_day_7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent Calendar Day 7

Welcome to day 7 of our advent calendar. First of all you will get a brief introduction of the possiblities with containerization on PLCnext Technology. And if successfully followed one of the chapters below, a little surprise awaits you.🎄

As Admin and minimum Firmware 2021.6

Install the Balena Engine App (ARM or x86) from the PLCnext Store. Alternatively you can install Balena-Engine from our GitHub Repository Docker Getting Started manually.

Login to the PLCnext controller terminal as admin and run the following commands:

git clone https://github.com/PLCnext/advent_calendar_day_7.git
cd advent_calendar_day_7
balena-engine build -t christmas .
balena-engine run -it christmas

With Root privileges and Firmware 2021.9

Login to the PLCnext controller terminal as root and run the following commands:

git clone https://github.com/PLCnext/advent_calendar_day_7.git
cd advent_calendar_day_7
podman build -t christmas .
podman run -it christmas

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published