Skip to content

Commit

Permalink
update readme for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
achow101 committed May 31, 2018
1 parent 3934150 commit 8847ca1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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`.
Expand Down

0 comments on commit 8847ca1

Please sign in to comment.