mirror of https://github.com/docker/docs.git
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 <victoria.bialas@docker.com> * made external NuGet link open a new browser tab/page Signed-off-by: Victoria Bialas <victoria.bialas@docker.com> * re-worded NuGet note Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
c171853314
commit
5e98f9caa8
|
@ -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**.
|
||||
|
|
Loading…
Reference in New Issue