Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 578 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 578 Bytes

docker-busybox

This is a minmal busybox image that has been baked specifically for running Open vSwitch It contains:

  • Busybox
  • OpenSSL
  • Python 2.7
  • Kmod (lsmod, insmod, modprobe)

Using this image

In a Dockerfile, you can write

FROM socketplane/busybox

Or you can open a shell

docker run -it socketplane/busybox sh

Building this image

The build process is borrowed from jpetazzo/busybox

./mkrootfs tarmaker-buildroot
# Wait an hour
docker build -t socketplane/busybox .