PowerShell/docs/installation/docker.md
Nilesh Londhe 19e61216c6 Fix documentation on docker image to say you must build before running (#1987)
* Can not run before building

unless you provide a library/powershell image

* Update docker.md
2016-08-24 09:21:39 -04:00

354 B

Docker

Build

If you want to build it yourself:

docker build -t powershell .

Run

After you have built using Docker, running PowerShell very simple:

docker run -it powershell

This Docker image is based on Ubuntu 16.04, and follows the instructions from the [Linux Installation docs][u16]. [u16]: linux.md#ubuntu-1604