ubuntu based development toolbox for ARM devices
2.8K
THIS IS DEPRECATED - USE https://hub.docker.com/r/wollan/devbox INSTEAD WHICH HAS MULTI-ARCH SUPPORT FOR 2.0.0+
Use as a development environment, debug tool or CI build base image, not in production.
Run bash with access to docker host daemon:
docker run --rm -itv /var/run/docker.sock:/var/run/docker.sock wollan/arm-devbox
Run bash with access to current working dir:
docker run --rm -itv "$PWD":/w -w /w wollan/arm-devbox
Content type
Image
Digest
Size
173.3 MB
Last updated
over 4 years ago
docker pull wollan/arm-devbox