@ -48,6 +48,10 @@ If you'd like to use LXC mode instead, install it as follows:
@@ -48,6 +48,10 @@ If you'd like to use LXC mode instead, install it as follows:
sudo apt-get install lxc
If you'd like to use docker mode instead, install it as follows:
sudo apt-get install docker-ce
### Debian:
See Ubuntu, and also run the following on Debian Jessie or newer:
@ -101,6 +105,15 @@ Set the `USE_LXC` environment variable to use `LXC` instead of `KVM`:
@@ -101,6 +105,15 @@ Set the `USE_LXC` environment variable to use `LXC` instead of `KVM`:
export USE_LXC=1
### Docker
bin/make-base-vm --docker
bin/make-base-vm --docker --arch i386
Set the `USE_DOCKER` environment variable to use `DOCKER` instead of `KVM`:
export USE_DOCKER=1
### VirtualBox
Command-line `VBoxManage` must be in your `$PATH`.