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
1
vote
1 answer

Nano Server 2016 - how to install .net core 2.0 sdk?

I'm trying to deploy a core 2.0 app on Nano Server 2016, but when I try to install the 2.0 sdk via dotnet-install.ps1, I get this error: dotnet-install: Downloading link:…
R. StackUser
  • 2,005
  • 4
  • 17
  • 24
1
vote
1 answer

Docker Compose: Volumes not working on Windows Nano

I've got two Windows Nano docker containers ... one with a service on, the second with my Automated Acceptance Tests. I'm trying to add a volume to the aat container so I can copy off the tests output. I've seen elsewhere I'm supposed to use…
Andy Clarke
  • 3,234
  • 5
  • 39
  • 66
1
vote
1 answer

Can WCF be hosted on Windows Nano Server 2016?

I am fairly sure Windows Nano Server 2016 only supports .net core, but I wanted to be sure... Is there any way to run a WCF service on Windows Nano Server 2016?
Vaccano
  • 78,325
  • 149
  • 468
  • 850
1
vote
2 answers

Docker run nanoserver not starting

I am trying to run the nanoserver image on a windows server 2016 (ec2 instance, or Azure VM) with this command: docker run -d --name nanoms microsoft/nanoserver:latest edit: actually it is not just nanoserver, I get the same problem running…
wallismark
  • 1,766
  • 2
  • 21
  • 35
1
vote
1 answer

Cannot run .exe (unsigned?) applications inside nanoserver

I'm getting hard time finding, what security is in place inside Docker NanoServer Container - when I execute .exe file (for example .net x32 or x64 unsigned application or some other installer) inside - I get absolutely no error or execution flow…
saikek
  • 1,099
  • 1
  • 8
  • 15
0
votes
0 answers

"nmake : The term 'nmake' is not recognized:" in WindowsContainer running in GitLab

I am trying to create a Windows Container which includes C++ compilers and libraries to build our software in GitLab. This is my Dockerfile to create the windows-build-base container: # escape=` # based on…
Apollo
  • 1,296
  • 2
  • 11
  • 24
0
votes
1 answer

error when trying to create a php8 iis nano-server docker image

i am trying to create a nanoserver-iis-php8 docker image. when copying the instructions in php site to a docker file like this line RUN powershell -command c:\windows\system32\inetsrv\appcmd set config /section:system.webServer/fastCGI…
user605505
  • 59
  • 1
  • 3
  • 18
0
votes
1 answer

openssl does not work in windows 2k19 nanoserver docker container

I have copied openssl.exe from host to windows docker container (image: mcr.microsoft.com/windows/nanoserver:ltsc2019),but it does not work C:\config\openssl\openssl-1.1\x64\bin>openssl.exe version C:\config\openssl\openssl-1.1\x64\bin> Same…
Ganesh Shinde
  • 65
  • 2
  • 7
0
votes
0 answers

failed to import pywin32 (even if it already installed) while starting supervisord in windows nanoserver container

I am trying to bring two process up in a windows Nanoserver container using supervisord (pip install supervisor-win ) Everything is setup in supervisord.conf, while starting it I am facing below issue, C:\data>supervisord…
Ganesh Shinde
  • 65
  • 2
  • 7
0
votes
1 answer

How can I package a windows dependent program into a lightweight docker container?

I currently have a folder containing some .dll files, .bin files and some .exe files. The main .exe that I will be executing only works on windows, and I am not entirely sure what are all its dependencies. My goal is to package all the files in the…
0
votes
0 answers

Update IISAdministration with powershell

I'm trying update IISAdministrator in windows nano server with remote powershell Current Version '1.0.0.0, update to version '1.1.0.0' Install-Module -Name IISAdministration -verbose -force Then result below VERBOSE: Using the provider…
0
votes
1 answer

How to run Windows Nano Server container from Windows 10 Pro?

My host is running Windows 10 Pro, version 2004, build 19041.1052. I have the Hyper-V and Containers Windows Features enabled. I am running Docker Desktop 4.0.0 (67817), Engine 20.10.8. I have chosen the engine for Windows Containers. I have pulled…
John Freeman
  • 2,552
  • 1
  • 27
  • 34
0
votes
1 answer

Cannot load PHP on Windows nanoserver IIS PHP dockerfile

I have the following working with microsoft/iis, but I would like to get it working with the smaller nanoserver. When I replace microsoft/iis with nanoserver/iis this line fails. Is it because exe files cannot run in nanoserver? C:\vc_redist-x64.exe…
user1594257
  • 487
  • 1
  • 4
  • 16
0
votes
1 answer

Install .NET Runtime on .NET Core 3.1 Nano Server Docker Image

I have a .NET Core 3.1 console app that uses the Microsoft.NET.Sdk.WindowsDesktop project SDK because it references Geometry3D in System.Windows.Media.Media3D. I would like to run this in a Docker container on Windows Nano Server, but I receive the…
Anthony Sneed
  • 703
  • 6
  • 19
0
votes
1 answer

Can I run dotnetcore on dotnet core 3.0 app from a docker hosted on a windows 2016?

I am trying to run a app build on dotnet Core 3.0, packed in a docker image, on a production server running OS w2016. When I run the docker image at the server I got this incompatible image error: a Windows version 10.0.17763-based image is…
MiguelSlv
  • 14,067
  • 15
  • 102
  • 169