Skip to content

Conversation

@nschonni
Copy link
Member

This doesn't replace the other Windows PRs like #720, just showing an alternate using the MSI installers.

EX:

  1. docker build .\8\windowsservercore\ -t nodejs:windowsservercore-8
  2. docker run --rm -it nodejs:windowsservercore-8 powershell
Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:\> yarn --version 1.6.0 PS C:\> node --verson C:\Program Files\nodejs\node.exe: bad option: --verson PS C:\> node --version v8.11.3 PS C:\> npm --version 5.6.0 PS C:\> whoami user manager\containeradministrator 

Pros:

  • The GPG part isn't needed
  • The MSIs setup perf counters and the Path automagially

Cons:

/cc @LaurentGoderre@StefanScherer

@nschonninschonni mentioned this pull request Jul 4, 2019
Base automatically changed from master to mainMarch 15, 2021 16:23
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@nschonni