Sign inSign up

wollan/arm-devbox

By wollan

Updated over 4 years ago

ubuntu based development toolbox for ARM devices

Image
0

2.8K

wollan/arm-devbox repository overview

Development toolbox

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.

Installed in latest version

  • git
  • curl
  • docker
  • ping
  • vim
  • less
  • jq
  • python 2 & 3
  • sudo
  • ca-certificates
  • host
  • net-tools (ifconfig..)
  • ssh client
  • nmap
  • file
  • rsync

Usage

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

Tag summary

Content type

Image

Digest

Size

173.3 MB

Last updated

over 4 years ago

docker pull wollan/arm-devbox