Portainer addon

Hello,

I could not find the portainer addon from the coreelec addons repository.

It is available in the librelec addon repository, could you please consider importing it to coreelec repository ?

You could run this over SSH and have portainer running:

docker volume create portainer_data
docker run -d --name portainer -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer:latest

1 Like