People buillding Docker microsoft/nanoserver images would appreciate a WSA download of the 7-zip installer (MSI and EXE are not supported on Nano Server). https://blogs.technet.microsoft.com/nanoserver/2015/11/18/installing-windows-server-apps-on-nano-server/ Created a Docker image with 7Zip4Powershell module installed, but some required component is apparently missing. https://github.com/woodie/nanoserver-7z/blob/master/README.md
People buillding Docker microsoft/nanoserver images would appreciate a WSA download of the 7-zip installer (MSI and EXE are not supported on Nano Server). https://blogs.technet.microsoft.com/nanoserver/2015/11/18/installing-windows-server-apps-on-nano-server/ Fortunately, this works from Powershell, manually;: Install-Module -Name 7Zip4PowerShell -Verbose Still working on getting this to work inside as part of Dockerfile: RUN $global:VerbosePreference = 'SilentlyContinue' ; \ Install-Module -Name...
People buillding Docker microsoft/nanoserver images would appreciate a WSA download of the 7-zip installer (MSI and EXE are not supported on Nano Server). https://blogs.technet.microsoft.com/nanoserver/2015/11/18/installing-windows-server-apps-on-nano-server/ Fortunately, this works from Powershell: Install-Module -Name 7Zip4PowerShell -Verbose https://cyber-defense.sans.org/blog/2016/06/06/powershell-7-zip-compress-archive-encryption
People buillding Docker microsoft/nanoserver images would appreciate a WSA download of the 7-zip installer (MSI and EXE are not supported on Nano Server). https://blogs.technet.microsoft.com/nanoserver/2015/11/18/installing-windows-server-apps-on-nano-server/ https://blogs.technet.microsoft.com/nanoserver/2016/04/27/wsa-updates-in-ws-2016-tp5/
People buillding Docker microsoft/nanoserver images would appreciate a WSA download (MSI and EXE are not supported on Nano Server). https://blogs.technet.microsoft.com/nanoserver/2015/11/18/installing-windows-server-apps-on-nano-server/ https://blogs.technet.microsoft.com/nanoserver/2016/04/27/wsa-updates-in-ws-2016-tp5/
People buillding Docker nanoserver images would appreciate a WSA download (MSI is not supported). https://blogs.technet.microsoft.com/nanoserver/2015/11/18/installing-windows-server-apps-on-nano-server/ https://blogs.technet.microsoft.com/nanoserver/2016/04/27/wsa-updates-in-ws-2016-tp5/
People buillding Docker nanoserver images would appreciate a WSI download (MSI is not supported). https://blogs.technet.microsoft.com/nanoserver/2015/11/18/installing-windows-server-apps-on-nano-server/ https://blogs.technet.microsoft.com/nanoserver/2016/04/27/wsa-updates-in-ws-2016-tp5/