Questions tagged [nano-server]

Nano Server is a deeply refactored version of Windows Server with a small footprint and remotely managed installation, optimized for the cloud and a DevOps workflow.

Nano Server is a deeply refactored version of Windows Server with a small footprint and remotely managed installation, optimized for the cloud and a DevOps workflow. It is designed for fewer patch and update events, faster restarts, better resource utilization and tighter security. Nano appears for the first time in Server 2016 Technical Preview 2.

83 questions
2
votes
1 answer

Powershell 5 output on Nano server

If I run this command in powershell 4 on windows 10: powershell $ENV:ProgramFiles I get this: C:\Program Files\ which is great! If I do the same thing is powershell 5 on a Windows Nano Server I get something like this:…
Ionut Hulub
  • 6,180
  • 5
  • 26
  • 55
1
vote
0 answers

Can I install Anaconda (not miniconda) on window nano-server docker?

I'm trying to install Anaconda distribution on Windows docker based nano-server. This is my dockerfile (based on 4 yeras old example I found in GitHub) # escape= ` # Use the latest Windows Server Core 2022 image. FROM…
Adi E
  • 478
  • 2
  • 4
  • 9
1
vote
1 answer

Building nanoserver image: task scheduler command fails but succeeds when run from the container command line

I am trying to build a nanoserver image which includes task scheduling in the dockerfile: FROM mcr.microsoft.com/windows/nanoserver:20H2 USER ContainerAdministrator RUN schtasks /create /tn test /tr test /sc weekly /d MON /st 00:00 /ru…
vcattin
  • 687
  • 1
  • 4
  • 15
1
vote
0 answers

Not able to pull any docker image in windows 2019 server hangs at extracting

The docker pull commands hangs at extracting not able to pull any image.
1
vote
2 answers

vs_buildtools.exe not running in the container

I followed the instructions to install Visual Studio Build Tools from Microsoft website. Instead of installing it into a Server Core, I installed it into a Windows Nano Server. The build appears to be successful. When I create a container from this…
kcpf
  • 51
  • 3
1
vote
1 answer

Windows container BSOD its host

We have been using windows containers as test rigs for while now with great success. However since the last windows update, the container seems it crashes the host system (Windows Server 2019 std). The server will be running fine for hours, then…
DV7
  • 51
  • 4
1
vote
1 answer

Git not working in NanoServer (in Docker)

I need to install Git in Nano Server. During my research I saw that Nano Server can't work with MSI files and that's why that I thought I can easily download it in another container (Windows Server Core in my situation) and move the contents of Git…
johnysmith
  • 13
  • 4
1
vote
0 answers

The system cannot find the file specified when trying to run vc_redist.x64 within nanoserver build using dockerfile

I am trying to setup a nanoserver container in order to run a C++ executable that was built with the /MD flag in Visual Studio 2017. I know I need to install Microsoft Visual C++ Redistributable for Visual Studio 2017. I managed to create the…
1
vote
1 answer

Can not pull nanoserver:1903 Docker image

I would like to pull the nanoserver:1903 docker pull mcr.microsoft.com/windows/nanoserver:1903 The command line for this is copied from the Docker Hub, That page also say, this image is created 2 weeks ago: 05/22/2019 When I execute the pull…
g.pickardou
  • 32,346
  • 36
  • 123
  • 268
1
vote
1 answer

re-exec error: exit status 1: output: ProcessUtilityVMImage \UtilityVM: The system cannot find the path specified

I wan,t create simple asp.net core application and deploy it to windows server 2016 docker container. This is My server OS and I pulled latest nanoserver base image And when I trying to pull app it gives me error?: I read about os compability but…
Kamil Ibadov
  • 1,436
  • 2
  • 20
  • 44
1
vote
0 answers

How can I enable NTLM authentication for my .NET Core app running in Docker?

I am trying to set up a .NET Core 2.0 web application (WebAPI actually) on the intranet, and I would like to use Single Sign On. This means that I must enable NTLM authentication for my .NET Core app. This is apparently possible using HttpSys, and…
1
vote
0 answers

Docker :: Node Hello World Example :: SyntaxError: Invalid or unexpected token?

I am trying to run this hello world example on node within a docker container https://medium.com/@adnanrahic/hello-world-app-with-node-js-and-express-c1eb7cfa8a30 Here is my dockerfile: #escape=` FROM microsoft/nanoserver ADD…
emvee
  • 304
  • 4
  • 17
1
vote
2 answers

Ucma 4.0 / 5.0 on NanoServer or Windows Server Core?

I want to use ucma API on windows container.But I want to know, can I host the API on nano server or windows server core? I searched ucma documents but I didn't find any information about containers. According to requirements, it seems to work only…
1
vote
1 answer

Powershell Silent Install in Nano Server with Docker

My docker file gets a Nano Server container and it adds Java automatically. # Get nano server FROM microsoft/nanoserver # Download file and set in docker container ADD…
user1911
  • 680
  • 1
  • 14
  • 36
1
vote
1 answer

Windows docker image using nano server as base image is unable to launch bamboo remote agent on nano server

I have created a Windows docker image using nano server as the base image and installed dot net core SDK on it as nano server is a lightweight operating system. I have also downloaded and set the path for Java as it is required for Bamboo setup. The…
Deepthi
  • 23
  • 5