Skip to content

Run balena-cli inside of a docker container - no installation required

License

Notifications You must be signed in to change notification settings

janhapke/balena-cli-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

balena-cli-docker

What is Balena?

Balena is a software ecosystem that makes it easier to push Docker containers onto IoT devices (like Raspberry Pi). The devices must run Balena OS, which is configured with the Balena CLI before it can be flashed onto the storage of the devices (sd cards, usb sticks, ...) with Balena Etcher.

What is this project?

This projects makes the Balena CLI executable inside a Docker container so no software has to be installed on the host machine.

How to build this project

Technically, you do not need to build anything. You can check the balena version with the following command and docker-compose will build everything automatically:

docker-compose run --rm balena balena version

How to Configure Balena Image

Download and unzip Balena image into current directory

Run the following command and follow the instructions on the screen

docker-compose run --rm balena balena local configure balena.img

Afterwards, you can flash the image onto an sd card

About

Run balena-cli inside of a docker container - no installation required

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published