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
0
votes
0 answers

Problem with spring boot InetAddress in Docker Container running Windows Nanoserver

I have a Spring Boot application which runs locally in NetBeans and as a stand-alone jar (Win 10 Pro 1903 - 10.0.18362.239). However, when I attempt to run it in a docker container based on Windows nanoserver (same Windows version), the application…
0
votes
0 answers

How to configure and install nano server using DSC powershell on Windows server 2019

I have Windows Server 2019, where I want to setup Nano Server installation and Docker using DSC powershell scripts. This requirement is for Azure VM using State Configuration from Azure Automation. The Script configuration Myconfig { …
0
votes
1 answer

Perl system() does not wait in nano server

I am trying to run a Perl script in a docker container based on Windows 2016 Nano Server. For that I am using ActivePerl 5.24. Now I ran into an interesting issue where the system() call behaves differently on my 2016 Server host and in the 2016…
MuhKuh
  • 1,049
  • 10
  • 18
0
votes
1 answer

Updation of IISAdministration on iis:nanoserver docker image

I am trying to containerize a webapp using IIS nano docker image.But unable to use "New-IISSiteBinding" commands as IISAdministration version is not up to date(1.0.0.0) .New version is 1.1.0.0 Currently Webapp is running on iis core docker image…
VVP
  • 766
  • 4
  • 14
  • 39
0
votes
1 answer

Docker microsoft/nanoserver won't start

I have a problem with Docker running the nanoserver. My environment: I Installed docker on a Win10 (developer build from microsoft) Virtual Machine (cause host is still Win7 with no default Docker support because of Hyper-V). I installed docker on…
Woulfi
  • 13
  • 4
0
votes
1 answer

Issues enabling IIS-ASPNET module in windows nano server

I am running an application that requires IIS-ASPNET & IIS-ASPNET45 features enabled. When i run below commands in windowsservercore container it runs fine, but fails in nano server with below error message. PS C:\> Enable-WindowsOptionalFeature…
user1550159
  • 1,197
  • 3
  • 19
  • 36
0
votes
1 answer

Nano Server container with Jenkins and Chocolatey

I need to have Jenkins and Java on a Windows container and I am investigating whether to use Windows Server Core or Windows Nano Server. So that the assembly of the container is fast and the movement of DEV to PRO is agile. I see better Nano Server…
user1911
  • 680
  • 1
  • 14
  • 36
0
votes
1 answer

Windows Service installation on Docker Container

I am trying to port one of our Tomcat based Windows application to Windows Nano Server Container. The installation process includes two Windows Service installations - an ActiveMQ service and another Tomcat Service. This is achieved using two batch…
Chethan S.
  • 558
  • 2
  • 8
  • 28
0
votes
1 answer

Handling missing dotnet core framework 1.0.5 on nanoserver on docker

I have a little dotnet core app which I use. I've been running it on my virtualbox-based docker on my development PCs by pulling it from GIT and restoring and running it from a bash shell. Now I am using a Windows Server with Docker EE installed -…
Dave Alger
  • 339
  • 7
  • 23
0
votes
1 answer

Can't reach Apache on Docker from Windows Server 2016 host machine

Heads up: I'm a novice in both general web administration and Docker. My errors could be caused by something very stupid. I am running Docker for Windows Server 2016 (the native variant). I have pulled and built a simple Docker base image with Nano…
Magnus
  • 589
  • 8
  • 26
0
votes
0 answers

How to manipulate Hyper-V from C# on Windows Nano Server

As I can see there is no way to use WMI in C# since System.Automation is not supported in .NET Core. What is a proper way to manipulate Hyper-V from C# on Windows Nano Server?(For ex: get list of virtual machines)
0
votes
1 answer

Nano Server C# Apps Dependencies

I'm trying to write some C# .NET application to execute it on Nano Server. Here's the source code. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp1 { class…
Roman Zavodskikh
  • 513
  • 1
  • 6
  • 14
0
votes
0 answers

CPP Rest SDK http_listener throws exception in nano server (in a Docker container)

I have a server app built witn Cpp Rest SDK which runs fine in a windowsserver code Docker container (10GB!). Now I'm trying to make it work in a nano server container to save space (1GB "only"). The app runs but then in throws an exception during…
Marco Fiocco
  • 352
  • 2
  • 15
0
votes
0 answers

Proc not found on runtime dlls like MSVCR120.dll & MSVCP120.dll

I am using NanoServerApiScan.exe to scan my binaries for the nano server support. It returns Errors like the following, KERNEL32.dll CopyFileA(Proc not found) Please use API CopyFileExA as substitution. MoveFileExA(Proc not found) Please…
Venkatesh
  • 1,537
  • 15
  • 28
0
votes
1 answer

Unix Unable to mount share from Windows Nano Server

I can't for the life of me figure out how to get any Debian install to mount any share I have on my Windows Nano Server install. I can see them and access them from any Windows machine but Debian spits back the below error. [83473.076686] CIFS VFS:…
Wingman1487
  • 102
  • 1
  • 9