VOOZH about

URL: https://hub.docker.com/r/multiarch/ubuntu-debootstrap/

⇱ multiarch/ubuntu-debootstrap - Docker Image


multiarch/ubuntu-debootstrap

By multiarch

Updated over 2 years ago

multiarch ports of ubuntu-debootstrap

Image
6

50K+

multiarch/ubuntu-debootstrap repository overview

https://github.com/multiarch/ubuntu-debootstrap


ubuntu-debootstrap

Multiarch Ubuntu images for Docker.

Usage

Once you need to configure binfmt-support on your Docker host. This works locally or remotely (i.e using boot2docker or swarm).

# configure binfmt-support on the Docker host (works locally or remotely, i.e: using boot2docker)
$ docker run --rm --privileged multiarch/qemu-user-static:register --reset

Then you can run an armhf image from your x86_64 Docker host.

$ docker run -it --rm multiarch/ubuntu-debootstrap:armhf-wily
root@a0818570f614:/# uname -a
Linux a0818570f614 4.1.13-boot2docker #1 SMP Fri Nov 20 19:05:50 UTC 2015 armv7l armv7l armv7l GNU/Linux
root@a0818570f614:/# exit

Or an x86_64 image from your x86_64 Docker host, directly, without qemu emulation.

$ docker run -it --rm multiarch/ubuntu-debootstrap:amd64-wily
root@27fe384370c9:/# uname -a
Linux 27fe384370c9 4.1.13-boot2docker #1 SMP Fri Nov 20 19:05:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
root@27fe384370c9:/#

It also works for arm64

$ docker run -it --rm multiarch/ubuntu-debootstrap:arm64-wily
root@723fb9f184fa:/# uname -a
Linux 723fb9f184fa 4.1.13-boot2docker #1 SMP Fri Nov 20 19:05:50 UTC 2015 aarch64 aarch64 aarch64 GNU/Linux
License

MIT

Tag summary

arm64-trusty-slim

Content type

Image

Digest

sha256:2e5d8c3d8…

Size

33.4 MB

Last updated

over 2 years ago

docker pull multiarch/ubuntu-debootstrap:arm64-trusty-slim