Subj : Re: Multiple BBSes To : Havok From : deon Date : Sat Dec 26 2020 09:57 am Re: Re: Multiple BBSes By: Havok to poindexter FORTRAN on Fri Dec 25 2020 09:27 am Howdy, Ha> Let me ask you being you may know better then me, I'm thinking of playing Ha> with docker why is it so much better the say oracle virtualbox. I'm wondering Ha> myself being I have played with about all of them other the docker. Why is it "better" is not really the right question - it does things differently (very differently) and depending on what you are wanting to do would determine if it was better (for you) or not. VMware, Proxmox, Hyper-V, virtualbox, etc are all about slicing a machine up to run multiple "machines" on a single physical machine. So you need to manage devices, OSes, etc inside the virtualised environment. Some of those are better than others because, of features like machines floating between 2 physical machines, virtual networking, etc. Docker is an application runtime environment and the analogy is "live CD". An application is "built" into an image, and the imagine doesnt change. So everytime you start the image anything inside it from last time is lost. If there is important data you need to keep, then you need to put that data on a persistent mount (analogy think USB stick that is used with the live CD). What's good about the image, is it has everything it needs to run the application and it can run anywhere the docker runtime is installed (for the architecture of the application). As a example, I run Synchronet on my MAC while I code in javascript (for my videotex interface), but then deploy the same image on my linux host when I run it live. If you ran docker on Windows, that same image would work as well. ....лоеп .... To a friends' house, the road is never long. --- SBBSecho 3.11-Linux * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116) .