From 822891787a9cbeaf8855b07b93d64ba04b270fc5 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 20 Aug 2018 16:21:13 -0700 Subject: [PATCH] Remove docker only on linux from getting started --- website/source/intro/getting-started/install.html.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/website/source/intro/getting-started/install.html.md b/website/source/intro/getting-started/install.html.md index 1d5ddc131..d77593fba 100644 --- a/website/source/intro/getting-started/install.html.md +++ b/website/source/intro/getting-started/install.html.md @@ -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