File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ If you'd like to use LXC mode instead, install it as follows:
4848
4949 sudo apt-get install lxc
5050
51+ If you'd like to use docker mode instead, install it as follows:
52+
53+ sudo apt-get install docker-ce
54+
5155### Debian:
5256
5357See 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`:
101105
102106 export USE_LXC=1
103107
108+ ### Docker
109+
110+ bin/make-base-vm --docker
111+ bin/make-base-vm --docker --arch i386
112+
113+ Set the ` USE_DOCKER ` environment variable to use ` DOCKER ` instead of ` KVM ` :
114+
115+ export USE_DOCKER=1
116+
104117### VirtualBox
105118
106119Command-line ` VBoxManage ` must be in your ` $PATH ` .
You can’t perform that action at this time.
0 commit comments