Skip to content

maggie44/balena-portainer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

balena Portainer block

This is a block that can be used to run Portainer on a Raspberry Pi and get all the benefits of running Portainer and balena along.

Add Portainer into your balena fleet

Add the following service to your docker-compose.yml:

services:
  portainer:
    image: portainer/portainer-ce:latest
    ports:
      - 9000:9000
      - 9443:9443
    labels:
      - io.balena.features.balena-socket=1
    volumes:
      - data:/data
volumes:
  data:

Test Portainer on balena

If you would like to test a standalone version, click the button below

balena deploy button

and deploy the code into a balenaCloud fleet.

Once you flashed a SD card with the balenaOS image from that fleet you will be able to see this:

portainer-balenaCloud

Type on the browser https://<local ip address>:9433 and you might be able to access to the Portainer UI.

portainer-balena

Contributing

Do you want to help make the balena Portainer example better? Feel free to contribute opening issues and PRs.

Acknowledgement

Thanks @klutchell for setting up the docker-compose for building portainer using balena.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published