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