This is an old revision of the document!
# apt-get update
# apt-get install docker.io
$ sudo /usr/share/docker.io/contrib/mkimage.sh -t ${USER}/minbase debootstrap --variant=minbase jessie --components=main --include=inetutils-ping,inetutils-traceroute,iproute http://yourrepo/debian/
$ sudo docker run -i ${USER}/minbase echo "hello citra"
# docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE stwn/minbase latest d816657c5182 3 minutes ago 123.7 MB scratch latest 511136ea3c5a 22 months ago 0 B
# docker ps -a
# docker rmi <image>