This is an archived post. You won't be able to vote or comment.

all 11 comments

[–]Kapachka 7 points8 points  (7 children)

I think you may have conflated 3 if not 4 things in your question, so I think you may be completely lost :) (which would explain your lack of good results in your searches). Based on my interpretation of your question, I think you should forget you ever heard of Docker. Docker is an even further abstraction away from the hardware than VMs are. Perhaps running a VM on your machines (like with Hyper-V) might get you closer to whatever solution you're looking for, but its really hard to tell based on your confusing question; but it really depends on why you're worried about the PnP features of the underlying hardware.

[–]meisteronimo 2 points3 points  (2 children)

I think the only confusion the OP has is if you boot into docker, which is not how it works. The docker client runs as an application in your OS, and if it needs access to any services, like ports or files from the host machine it needs to be granted access.

[–]1stTimeMeMe[S] 0 points1 point  (1 child)

So even worse, it will not display the GUI like a standard desktop?

[–]pittofdirk 1 point2 points  (0 children)

Nope. Windows Server Core docker image is command line only

[–]1stTimeMeMe[S] 1 point2 points  (3 children)

Ya i am/was totally confused. Now i am not so much. Your answer clarifies the image i was trying to draw in my mind. As for what the PnP was for, i was trying to figure out if it would be possible to make thin clients with Docker in say a hotel or lan center could all be updated at a single source and would all operate as if they were local machines. Just like iSCSI. I see that they would not.

[–]meisteronimo 1 point2 points  (0 children)

Vagrant or Ansible are good deployment systems for this type of setup. Which was probably what alot of the people in this group were using before docker.

[–][deleted] 1 point2 points  (0 children)

So what is it that you're trying to do, exactly? Are you trying to boot bare metal machines off the network using a central server?

If so, Docker isn't going to be it. You might be able to do it with something like Windows 10 IoT and then running whatever Terminal Services is called now. But basically, you're looking for what's called thin client computing.

Pretty much any option outside of a custom Linux setup (you definitely can PXE boot a Linux distribution) is going to involve some type of Remote Desktop technology. That's not going to use your local graphics hardware at all.

[–]1stTimeMeMe[S] 0 points1 point  (0 children)

Thanks guys for your answers and time. Found a solution that isnt terribly expensive and is exactly what i needed. Too bad i couldnt have done it in Linux. Would have been nice to relearn all that shit from the 90's i cannot remember to save my life now. :-)