Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 354 Bytes

docker.md

File metadata and controls

22 lines (16 loc) · 354 Bytes

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