Skip to content

dkhroad/baseimage-docker

 
 

Repository files navigation

A minimal Ubuntu (12.04) base image modified for Docker-friendliness

Baseimage-docker is a special Docker image that is configured for correct use within Docker containers. It is Ubuntu, plus modifications for Docker-friendliness. You can use it as a base for your own Docker images.

See the original Readme Here

This fork contains following changes for my personal use:

  • Changes to Ubuntu 12.04 as base image
  • Allow runtime adding of SSH keys. The issue is described here
    and implemented here To add a ssh key at runtime, pass the SSH key in environment variable while running your docker container like this:
docker run --rm   -P -e SSH_KEYS="$(cat ~/.ssh/id_rsa.pub)" dkhroad/base:0.2

About

A minimal Ubuntu base image modified for Docker-friendliness

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 54.5%
  • Shell 45.5%