Docker importでイメージの作成をしてみた。debian7のvm内で作業した
dockerインストール
debian7ではapt-get install docker.ioでインストールできなかった…
https://docs.docker.com/installation/debian/のDebian Wheezy/Stable 7.x (64-bit) の方法で入れた
vagrant@packer-debian-7:~/debian-wheezy$ sudo echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list
vagrant@packer-debian-7:~/debian-wheezy$ sudo apt-get update
vagrant@packer-debian-7:~/debian-wheezy$ sudo apt-get install