Templates creating Vagrant boxes for CentOS 6.6 minimal installation (x86_64 and i386).
- Packer v0.6.1
- Vagrant v1.6.5
- VirtualBox
- Version 4.3.16 for Windows
- Version 4.2.8 for Mac OS X (which allows HAXM to work in parallel)
- VirtualBox Guest Additions
- curl
- sshd
- sudo
- rsync
vagrant
user and its insecure public key- ... and their dependencies
From the terminal, invoke the following command:
packer build centos-6.6-x86_64-minimal.json
and you will find a vagrant box file named CentOS-6.6-x86_64-minimal-v2017.05.03.box
in the same directory after the command has succeeded.
Then you can add the box named CentOS-6.6-x86_64-minimal-v2017.05.03
to your box list
by the following command:
vagrant box add CentOS-6.6-x86_64-minimal-v2017.05.03.box --name CentOS-6.6-x86_64-minimal-v2017.05.03
centos-6.6-x86_64-minimal.json
- CentOS 6.6 (x86_64) minimal installationcentos-6.6-x86_64-ansible.json
- provided with Ansible in addition to CentOS 6.6 (x86_64) minimal installationcentos-6.6-x86_64-docker.json
- provided with Docker, Docker Compose, and Fig; in addition to CentOS 6.6 (x86_64) minimal installation. (Fig has been officially replaced by Docker Compose.)
centos-6.6-i386-minimal.json
- CentOS 6.6 (i386) minimal installationcentos-6.6-i386-ansible.json
- provided with Ansible in addition to CentOS 6.6 (i386) minimal installation
Copyright © 2014, 2015, 2017 Upper Stream Software.