Minimal images of debian i386 / 32 bits
1.2K
8, jessie, latestFirst you need to pull the image :
docker pull hugodby/debian32:jessie
Then you can run it :
docker run -it hugodby/debian32:jessie bash
Or use it as a base image in a Dockerfile :
FROM hugodby/debian32:jessie
RUN echo Really what you want...
CMD /bin/bash
I used mkimage scripts from docker official repo : https://github.com/docker/docker/tree/master/contrib
sudo ./mkimage.sh -t hugodby/debian32:8 debootstrap --variant=minbase --arch=i386 jessie
Content type
Image
Digest
sha256:7522a10e7…
Size
-
Last updated
over 11 years ago
docker pull hugodby/debian32