Remove docker only on linux from getting started

This commit is contained in:
Alex Dadgar 2018-08-20 16:21:13 -07:00
parent 49c56b1d79
commit 822891787a
1 changed files with 3 additions and 4 deletions

View File

@ -8,10 +8,9 @@ description: |-
# Install Nomad
The task drivers that are available to Nomad vary by operating system,
for example Docker is only available on Linux machines. To simplify the
getting started experience, we will be working in a Vagrant environment.
Create a new directory, and download [this `Vagrantfile`](https://raw.githubusercontent.com/hashicorp/nomad/master/demo/vagrant/Vagrantfile).
To simplify the getting started experience, we will be working in a Vagrant
environment. Create a new directory, and download [this
`Vagrantfile`](https://raw.githubusercontent.com/hashicorp/nomad/master/demo/vagrant/Vagrantfile).
## Vagrant Setup