Upload to answer the stackoverflow question: https://stackoverflow.com/questions/26365767/docker-command-to-fetch-dockerfile-from-registry
Dockerfile:
FROM microsoft/windowsservercore:latest
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
ENTRYPOINT ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Get-ChildItem -Path 'C:\Program Files'"]
Content type
Image
Digest
Size
5.1 GB
Last updated
over 8 years ago
docker pull moerwald33/docker_powershell_exec_form