Skip to content

SDN-Projects/docker-busybox

This branch is up to date with socketplane/docker-busybox:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dave-tuckerDave Tucker
and
Dave Tucker
Feb 15, 2015
ae3159f · Feb 15, 2015

History

1 Commit
Feb 15, 2015
Feb 15, 2015
Feb 15, 2015
Feb 15, 2015
Feb 15, 2015
Feb 15, 2015

Repository files navigation

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 .

About

A BusyBox image optimised for Open vSwitch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%