From 5e98f9caa8628fa1eb8ee373db036a3dddb5aa43 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Tue, 25 Jul 2017 14:54:28 -0700 Subject: [PATCH] added note re: NuGet on Docker for Windows PowerShell install (#3976) * added note re: NuGet on Docker for Windows PowerShell install Signed-off-by: Victoria Bialas * made external NuGet link open a new browser tab/page Signed-off-by: Victoria Bialas * re-worded NuGet note Signed-off-by: Victoria Bialas --- docker-for-windows/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docker-for-windows/index.md b/docker-for-windows/index.md index fb2372a152..0768ac2a1c 100644 --- a/docker-for-windows/index.md +++ b/docker-for-windows/index.md @@ -237,6 +237,13 @@ If you would like to have handy tab completion for Docker commands, you can install the [`posh-docker`](https://github.com/samneirinck/posh-docker) PowerShell Module as follows. +> Prerequisite Notes +> +> * Depending on your setup, you might need the [NuGet package manager](https://www.nuget.org/){: target="_blank" class="_" } so you might get a prompt to install it. +> +> * Make sure you have administrator permissions to run an elevated PowerShell. +{: .note-vanilla} + 1. Start an "elevated" PowerShell (i.e., run it as administrator). To do this, search for PowerShell, right-click, and choose **Run as administrator**.