Click here to Skip to main content
15,891,745 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: How many here use or plan to use Docker? Pin
Nish Nishant2-May-18 2:28
sitebuilderNish Nishant2-May-18 2:28 
GeneralRe: How many here use or plan to use Docker? Pin
kalberts2-May-18 22:50
kalberts2-May-18 22:50 
AnswerRe: How many here use or plan to use Docker? Pin
Maximilien1-May-18 4:14
Maximilien1-May-18 4:14 
GeneralRe: How many here use or plan to use Docker? Pin
lopatir1-May-18 4:48
lopatir1-May-18 4:48 
GeneralRe: How many here use or plan to use Docker? Pin
Keith Barrow1-May-18 6:18
professionalKeith Barrow1-May-18 6:18 
GeneralRe: How many here use or plan to use Docker? Pin
Sander Rossel1-May-18 6:44
professionalSander Rossel1-May-18 6:44 
GeneralRe: How many here use or plan to use Docker? Pin
Mike Winiberg1-May-18 22:53
professionalMike Winiberg1-May-18 22:53 
GeneralRe: How many here use or plan to use Docker? Pin
kalberts2-May-18 0:45
kalberts2-May-18 0:45 
Many Docker guys try to sell Docker as just a way to pack up things, sort of like a fancy MSI or CAB file but more self contained. Making it appear very simple and lightweight is essential for markting.

Really, it is a complete, more or less closed execution environment. A huge black box. You stuff your code into it through a Docker image builder; that makes it enter the black box and the only thing you can do with it is act as a user, either through a web or SSH interface. You don't see its file system. You don't see its internal network, its processes and threads. You can request some information about what's going on through an SSH interface to the demon controlling the whole thing, but that is very indirect and with far less control and available information than you are used to.

After you have learned the basics, you go into "orchestration": Having a dynamic set of maybe a thousand running containers serving your web users. So you add other black boxes, controlling all those blackboxes, "swarms" and "kubernetes" are the most common orhcestration tools. They create their own closed worlds, too, and the infrastructure has become so complex that you can forget everything about "lightweight"...

Don't expect to understand any of Docker in 10 minutes. Not even 10 hours. If you spend 10 days intensely studying it, with the aid of some good instructors, you will begin to understand what it is. After 10 months of practical use, you may have a feeling of beginning to master it.
GeneralRe: How many here use or plan to use Docker? Pin
Nish Nishant2-May-18 0:50
sitebuilderNish Nishant2-May-18 0:50 
AnswerRe: How many here use or plan to use Docker? Pin
Jacquers1-May-18 5:14
Jacquers1-May-18 5:14 
GeneralRe: How many here use or plan to use Docker? Pin
Nish Nishant2-May-18 0:51
sitebuilderNish Nishant2-May-18 0:51 
GeneralRe: How many here use or plan to use Docker? Pin
Jacquers2-May-18 1:08
Jacquers2-May-18 1:08 
GeneralRe: How many here use or plan to use Docker? Pin
Nish Nishant2-May-18 1:15
sitebuilderNish Nishant2-May-18 1:15 
GeneralRe: How many here use or plan to use Docker? Pin
kalberts3-May-18 0:06
kalberts3-May-18 0:06 
AnswerRe: How many here use or plan to use Docker? Pin
W Balboos, GHB1-May-18 5:19
W Balboos, GHB1-May-18 5:19 
AnswerRe: How many here use or plan to use Docker? Pin
Keith Barrow1-May-18 6:07
professionalKeith Barrow1-May-18 6:07 
GeneralRe: How many here use or plan to use Docker? Pin
Nish Nishant2-May-18 0:53
sitebuilderNish Nishant2-May-18 0:53 
GeneralRe: How many here use or plan to use Docker? Pin
Keith Barrow3-May-18 0:50
professionalKeith Barrow3-May-18 0:50 
GeneralRe: How many here use or plan to use Docker? Pin
Nish Nishant3-May-18 4:29
sitebuilderNish Nishant3-May-18 4:29 
GeneralRe: How many here use or plan to use Docker? Pin
Keith Barrow4-May-18 2:00
professionalKeith Barrow4-May-18 2:00 
AnswerRe: How many here use or plan to use Docker? Pin
Sander Rossel1-May-18 6:42
professionalSander Rossel1-May-18 6:42 
GeneralRe: How many here use or plan to use Docker? Pin
Nish Nishant2-May-18 0:53
sitebuilderNish Nishant2-May-18 0:53 
AnswerRe: How many here use or plan to use Docker? Pin
Marc Clifton1-May-18 12:59
mvaMarc Clifton1-May-18 12:59 
GeneralRe: How many here use or plan to use Docker? Pin
Nish Nishant2-May-18 0:54
sitebuilderNish Nishant2-May-18 0:54 
GeneralRe: How many here use or plan to use Docker? Pin
Marc Clifton2-May-18 12:48
mvaMarc Clifton2-May-18 12:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.