Dockerfile
#Typical values: lts, preview, 7.1.3, 7.2.0-preview.5
#See: https://hub.docker.com/_/microsoft-powershell
ARG PWSHVERSION=lts
FROM mcr.microsoft.com/powershell:${PWSHVERSION}-ubuntu-18.04
LABEL description="Powershell Universal"
SHELL ["pwsh", "-noninteractive", "-command"]
#Path to Powershell Universal
ARG PSUPATH=/home/Universal
This file has been truncated. show original
devcontainer.json
This file has been truncated. show original