idoall/ubuntu
This repository contains the sources for the following docker base images:
# Pull image
git clone https://github.com/idoall/docker.git
cd ubuntu/16.04
# hack hack hack
# build
docker build -t idoall/ubuntu:16.04 .
# run
docker run -it \
--rm \
--name ubuntu16 \
--hostname ubuntu16 \
idoall/ubuntu:16.04 \
/bin/bash
# view supervisor version
docker exec -it ubuntu16 supervisord -v
# access the contain
docker exec -it ubuntu16 /bin/bash
docker pull idoall/ubuntu