Debian is a Linux distribution that's composed entirely of free and open-source software.
298
A multi architecture image for debian. This allows you to write only one Dockerfile and run it on multiple architectures (your laptop, server or Raspberry Pi) without any change.
From Dockerfile:
FROM robinthoni/debian-multiarch:jessie
#...
From cli:
docker run -it robinthoni/debian-multiarch:jessie bash
Content type
Image
Digest
Size
50.2 MB
Last updated
about 9 years ago
docker pull robinthoni/debian-multiarch:jessie