Skip to content

Commit 8847ca1

Browse files
committed
update readme for docker
1 parent 3934150 commit 8847ca1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5357
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`:
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

106119
Command-line `VBoxManage` must be in your `$PATH`.

0 commit comments

Comments
 (0)