32 bit version of the latest portainer build
2.2K
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
Content type
Image
Digest
sha256:5d846d629…
Size
91.6 MB
Last updated
6 months ago
docker pull fabriciusfab/portainer