Sign inSign up

fabriciusfab/portainer

By fabriciusfab

Updated 4 months ago

32 bit version of the latest portainer build

Image
Networking
Integration & delivery
Monitoring & observability
0

2.2K

fabriciusfab/portainer repository overview

This is just a 32 bit image of the latest portainer, using qemu emulation.

Big thanks to thibaudlabat, this is based on his work.

Usage: Create a volume for persistent storage:

docker volume create portainer_data

Run the container:

docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data fabriciusfab/portainer:latest

Tag summary

Content type

Image

Digest

sha256:5d846d629

Size

91.6 MB

Last updated

6 months ago

docker pull fabriciusfab/portainer