This is an old revision of the document!
# vim /etc/apt/sources.list
deb http://yourrepo/debian/ sid main
# apt-get update
# apt-get install docker.io
$ sudo /usr/share/docker.io/contrib/mkimage.sh -t ${USER}/minbase debootstrap --variant=minbase --components=main --include=inetutils-ping,inetutils-traceroute,iproute jessie http://yourrepo/debian/
$ sudo docker run -i ${USER}/minbase echo "hello citra"
FROM stwn/minbase
MAINTAINER stwn@NOSPAMduniasemu.org
RUN apt-get update && apt-get install -y \
apt-utils less sudo screen \
openssh-server openssh-client \
asterisk
# 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>