Live data from Hacker News

Show HN: Windows 2000 on Docker

github.com

11–20 of 196 posts

Re: Show HN: Windows 2000 on Docker

#11
I wish there was an easy way to mux display usage to containers sor hat things like these wouldn't need to run an RDP server for you to access the and we could have `--display window=640x480` or `--monitor /dev/....`.

Re: Show HN: Windows 2000 on Docker

#13
post #6

Someone posted that 2k was the last nt edition without bloat... I think that was wrong (plus comment seems to have been deleted). 2k3, 2k8, 2k8r2, 2k12, 2k12r2, 2016 and 2019 all have no bloat or random crap... 2022 is mostly the same.... And comes with (chrome) edge too... Since the xp days I have always skipped the home/pro/workstation editions of windows and used server... Gave more features I needed, like hyper v…

I've also used Server 2019 on a desktop and it's pretty solid. A couple of pointers:

- If you're considered a "student" by any means, you probably have access to an institutional email address that gives you access to Azure for Students. Through the Azure site, you can download an ISO for any LTSC edition of Windows Server (including Datacenter) and get a valid license key. This is a great way of saving money and avoiding sketchy key resellers.

- Driver support is basic out of the box. The PC I used for Windows Server has an AMD graphics card, which normally comes with GPU drivers as soon as you install a consumer version of Windows. This doesn't happen automatically with Windows Server. When you download the GPU drivers from AMD, the installer will detect that you're running Server and error out, but you can tell Device Manager to install drivers from your C:\AMD folder and it will work fine (minus the fancy GUI control panel, which is arguably bloatware itself). Something similar should work for Nvidia cards.

- Normal Win32 applications work great (I used Chrome, Office, IntelliJ, and a number of other everyday apps and they worked perfectly). However, you don't have access to the Windows Store, so installing UWP applications that aren't part of the base system (i.e., anything other than Settings, pretty much) is a pain.

Re: Show HN: Windows 2000 on Docker

#16
post #9
post #6

Someone posted that 2k was the last nt edition without bloat... I think that was wrong (plus comment seems to have been deleted). 2k3, 2k8, 2k8r2, 2k12, 2k12r2, 2016 and 2019 all have no bloat or random crap... 2022 is mostly the same.... And comes with (chrome) edge too... Since the xp days I have always skipped the home/pro/workstation editions of windows and used server... Gave more features I needed, like hyper v…

How is the compatibility with everyday applications?

I haven't found any app that doesn't run on windows server that does on win desktop. I don't game, so never tired games... Wsl on 2019 was limited to v1, but think that got to v2 on 2022... Docker works, all dev tools work... Yea, all good!

Re: Show HN: Windows 2000 on Docker

#17
post #13
post #6

Someone posted that 2k was the last nt edition without bloat... I think that was wrong (plus comment seems to have been deleted). 2k3, 2k8, 2k8r2, 2k12, 2k12r2, 2016 and 2019 all have no bloat or random crap... 2022 is mostly the same.... And comes with (chrome) edge too... Since the xp days I have always skipped the home/pro/workstation editions of windows and used server... Gave more features I needed, like hyper v…

I've also used Server 2019 on a desktop and it's pretty solid. A couple of pointers: - If you're considered a "student" by any means, you probably have access to an institutional email address that gives you access to Azure for Students. Through the Azure site, you can download an ISO for any LTSC edition of Windows Server (including Datacenter) and get a valid license key. This is a great way of saving money and avo…

There's a fairly active community of folks gaming on the major public cloud providers, which only provide images for Windows Server, but games work just fine. In fact, NVIDIA provides an official gaming AMI based on Windows Server: https://aws.amazon.com/marketplace/pp/prodview-xrrke4dwueqv6

Re: Show HN: Windows 2000 on Docker

#18

Questions about this implementation's legality? Liability? Security? https://github.com/hectorm/docker-qemu-win2000/blob/master/D... Makes me think this is done as a POC, but definitely fork a local copy as you can just swap that line out with your local copy of a Win2k ISO

Effectively this is done as a POC, don't expect any security on a machine running Windows 2000 nowadays.

Regarding legality, I hope that Microsoft doesn't claim any rights, since the Windows 2000 image has been published in WinWorld for years without issues.

Re: Show HN: Windows 2000 on Docker

#19
post #13
post #6

Someone posted that 2k was the last nt edition without bloat... I think that was wrong (plus comment seems to have been deleted). 2k3, 2k8, 2k8r2, 2k12, 2k12r2, 2016 and 2019 all have no bloat or random crap... 2022 is mostly the same.... And comes with (chrome) edge too... Since the xp days I have always skipped the home/pro/workstation editions of windows and used server... Gave more features I needed, like hyper v…

I've also used Server 2019 on a desktop and it's pretty solid. A couple of pointers: - If you're considered a "student" by any means, you probably have access to an institutional email address that gives you access to Azure for Students. Through the Azure site, you can download an ISO for any LTSC edition of Windows Server (including Datacenter) and get a valid license key. This is a great way of saving money and avo…

Way back in the day I played Max Payne on a Win2k server and it worked great. Couldn't make the OS crash even if I tried. Best MS OS ever.

Re: Show HN: Windows 2000 on Docker

#20

This brings back great memories. Windows 2000 sparked my interest in computing. I was in elementary school and was obsessed with the 'Log on to' dropdown box on Windows login screens, and how you could use the same credentials on any PC. Somehow I managed to salvage an old computer and source myself a copy of the ISO and managed to setup an ADDS domain controller and join my mother's laptop to the domain. I went and…

> This brings back great memories. Windows 2000 sparked my interest in computing.

Same, I remember being so resistant to porting to XP. AND funny enough, when I finally made the shift, it was the first time I ever wiped a hard drive, losing all my precious pirated MP3s.

Post reply on HN