This repository contains a set of scripts for creating base boxes for usage with vagrant-lxc 1.0+.
It is derived from https://github.com/fgrehm/vagrant-lxc-base-boxes. It is a rewrite in Python.
- Debian
- Jessie, 8
- Stretch, 9
- Ubuntu
- 16.04
- 18.10
- Fedora
- 29
In order to build the boxes you need to have the lxc installed.
git clone https://github.com/godfryd/lxc-vagrantizer
cd lxc-vagrantizer
./lxc-vagrantizer build -s debian -r 8Example:
| Distribution | VagrantCloud box |
|---|---|
| Debian 8 Jessie | godfryd/lxc-debian-8 |
| Debian 9 Stretch | godfryd/lxc-debian-9 |
| Ubuntu 16.04 | godfryd/lxc-ubuntu-16.04 |
| Ubuntu 18.10 | godfryd/lxc-ubuntu-18.10 |
| Fedora 29 | godfryd/lxc-fedora-29 |
TBD