No stable release of docker image based on microsoft/nanoserver:1803
See original GitHub issueThe latest stable image for Nano Server is 6.0.2-nanoserver-1709
. Is 6.0.2 in the works for 1803?
(Looks like a matter of bumping a couple things in https://github.com/PowerShell/PowerShell/blob/master/docker/release/nanoserver/Dockerfile?)
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
docker - Official Image
It is designed to be used both as a throw away container (mount your source code and start the container to start your...
Read more >Docker Engine 24.0 release notes
Docker Engine 24.0 release notes. This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 24.0.
Read more >docker pull | Docker Documentation
Examples . Pull an image from Docker Hub . To download a particular image, or set of images (i.e., a repository),...
Read more >Create a base image - Docker Build
Most Dockerfiles start from a parent image. If you need to completely control the contents of your image, you might need to create...
Read more >Docker Engine 23.0 release notes
This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 23.0. For more information about: Deprecated and removed ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
done
docker run -it mcr.microsoft.com/powershell:6.0.2-nanoserver-1803
I created thenanoserver
tag but there is an issue getting it to work on the mcr.microsoft.com preview. you have to usedocker run -it microsoft/powershell:nanoserver
Hopefully it will be resolved soon
@jnm2 It can take several days to get the server working as our scripts to set up a build machine is intended for a server with the desktop experience and 1709/1803 are not available with the desktop experience.
No docker file changes are needed.