rocker-win icon indicating copy to clipboard operation
rocker-win copied to clipboard

Add a nanoserver-based image

Open nuest opened this issue 6 years ago • 1 comments

See branch nano

There are some issues with the required system libraries, it seems, because the Installation of R just quietly does nothing.

Nanoserverapiscan also does not help me so far, because I do not have a system32/Forwarders directory on my machine. Maybe I need to be on a Windows server... probably the R installer needs to be updated to work on nanoserver... or I must try to build R from source.

docker run -v "$(pwd):C:\scan" stefanscherer/nanoserverapiscan
Error: the file "C:\scan\GitKrakenSetup.exe" is not a valid 64 bit PE file.
Error: the file "C:\scan\R-3.4.3-win.exe" is not a valid 64 bit PE file.
Error: no reverse forwarders dll is found in "C:\scan". Please verify if reverse forwarders are properly deployed with this tool.

Resources

  • https://docs.microsoft.com/en-us/windows-server/get-started/getting-started-with-nano-server
  • https://social.msdn.microsoft.com/Forums/en-US/4d12df17-e803-4b12-ac82-6df99eb774cc/docker-on-windows-cannot-execute-exe-files-inisde-nanoserver-container-security-policies?forum=windowscontainers
  • Microsoft-OneCore-ReverseForwarders-Package.cab - where can I get that?
    • https://www.petri.com/how-to-install-windows-server-2016-nano-in-a-vm
    • from the ISO at https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2016/ ?
  • https://social.technet.microsoft.com/Forums/windowsserver/en-US/e08daebc-c298-4932-a9d7-ff08fabf9536/nano-server-packages?forum=NanoServer

nuest avatar Mar 15 '18 15:03 nuest