Current Events > i wanna learn docker containers

Topic List
Page List: 1
Rika_Furude
11/20/17 7:30:21 AM
#1:


they seem like the perfect solution for virtualising small things like a torrent server or something.
i wonder if they are suitable to virtualise an entire LAMP environment
---
... Copied to Clipboard!
Rika_Furude
11/20/17 8:27:47 AM
#2:


set up a transmission container, so what exactly is going on here? is this an entire linux VM, extremely limited and hard to use, and only runs 1 app?

i suppose im seeing the benefit for testing environments but wouldnt a full fledged vm solve the same problems, be far easier/better, etc?
---
... Copied to Clipboard!
Sinroth
11/20/17 8:42:11 AM
#3:


Yes, as far as I understand, that is basically what it is, but they're more lightweight. A VM has to emulate what the operating system does, whereas a container does not.

I don't like or use containers, but they have two big benefits I can think of. The first is compatibility: no having to worry about it working on this machine or that machine, because the entire runtime is ported with the program. The second is isolation: they have their own memory and system resources, so it is harder to compromise the client's computer.
---
I live in a big house and it's handy to have a pair of running shoes so that it doesn't take me forever to get from one area of the house to another.
... Copied to Clipboard!
#4
Post #4 was unavailable or deleted.
Rika_Furude
11/20/17 8:53:45 AM
#5:


i admit i dont have a proper docker setup atm, im just using "container station" which is a gui for docker on a qnap nas

i might watch some training videos on this. i dont want to just dismiss it cause i dont see the benefits yet
---
... Copied to Clipboard!
Topic List
Page List: 1