3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

boot2dockerの自作

Posted at

boot2dockerの自作

git clone https://github.com/mitchellh/boot2docker-vagrant-box.git
cd boot2docker-vagrant-box.git
vagrant up
vagrant ssh -c 'cd /vagrant && sudo ./build-iso.sh'
vagrant destroy --force
packer build template.json
# 最後、vmware fusonをCommand-Qで終了させること。
  • boot2docker-vagrant.iso
  • boot2docker_virtualbox.box
  • boot2docker_vmware.box

が作成される。

3
4
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
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?