Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 450 Bytes

File metadata and controls

31 lines (26 loc) · 450 Bytes

ubuntu

Expand base ubuntu image with tools that I usually need.

  • bsdmainutils
  • command-not-found
  • curl
  • git
  • htop
  • jq
  • less
  • man
  • mosh
  • netmask
  • openssh-client
  • patch
  • python-pip
  • socat
  • vim-nox with goodies from vimarsee
  • w3m

usage

$ docker run --rm -it aronahl/ubuntu:14.04 

or

$ docker run --rm -it aronahl/ubuntu:16.04