4
3

More than 5 years have passed since last update.

Dockerに対応したCentOS6.4のboxをPackerで作成する

Posted at

前提

packer, vagrantがインストールされていること

作成

git clone https://github.com/chilicat/packer-tempates.git
cd packer-templates/centos-6.4-docker
packer build template.json

Boxの取り込み

vagrant box add centos6.4_docker vagrant_virtualbox_virtualbox.box
4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3