Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Haid committed Jan 9, 2018
2 parents 85952e7 + 2718c17 commit 9777b36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ Using a terminal, pull and run the latest SolidFire PowerShell image from our pu

docker run -it -v $(pwd):/scripts --rm netapp/solidfire-powershell

This will download that SolidFire Docker image, start a new container, and open a PowerShell shell from your terminal with the SolidFire module loaded and ready.
This will download that SolidFire Docker image, start a new container, and enter it in a bash shell from your terminal. Once there, run the command:

powershell

Then you will be in a PowerShell shell with the SolidFire module loaded and ready.

**NOTE:** Any scripts in your host's pwd* will be available at `/scripts` once you are in the PowerShell shell.

Expand Down

0 comments on commit 9777b36

Please sign in to comment.