Click here to Skip to main content
15,891,951 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 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 
Images were Local at first, we're now using AWS ECR to store the images themselves. We don't have any need to persist intances at the moment.

We're also running the image pull and run in .sh scripts, if you have the choice I'd suggest python as an alternative if you just want something portable to run on a *NIX system. Developing has been fine, the biggest problem has been the stack we've adopted - Docker, AWS-ECR and AWS-SSM (which we're using as a secure param store) are all new to the team, and the kiddiewinks I work with have barely any BASH exposure, so there has been a learning curve.

Running locally has been fine from a debugging/dev perspective - the tooling is pretty much your favoured IDE around whatever you've decided to wrap this in (in our case BASH), the only stuff you won't be familiar with is the docker files (not difficult) and the docker framework you'll need to spin the thing up (in our case the Docker CLI, but stuff is available for python and dot net ). We also don't really attach a debugger anywhere, as the code is all BASH, so YMMV if you go down a different route.TBH it's not much different from scripting on a linux OS, our main problem has been testing in our Build Manager (Team City) where we've got the latency of build agents spinning up etc.
KeithBarrow.net[^] - It might not be very good, but at least it is free!

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 
AnswerRe: How many here use or plan to use Docker? Pin
xperroni2-May-18 0:33
xperroni2-May-18 0:33 
GeneralRe: How many here use or plan to use Docker? Pin
Nish Nishant2-May-18 0:55
sitebuilderNish Nishant2-May-18 0:55 
GeneralRe: How many here use or plan to use Docker? Pin
xperroni2-May-18 1:04
xperroni2-May-18 1:04 
GeneralRe: How many here use or plan to use Docker? Pin
Nish Nishant2-May-18 1:15
sitebuilderNish Nishant2-May-18 1:15 
AnswerRe: Now I am totally confused... Pin
Steve Naidamast2-May-18 4:40
professionalSteve Naidamast2-May-18 4:40 
GeneralRe: Now I am totally confused... Pin
Nish Nishant2-May-18 5:06
sitebuilderNish Nishant2-May-18 5:06 
AnswerRe: How many here use or plan to use Docker? Pin
carlospc19702-May-18 5:15
professionalcarlospc19702-May-18 5:15 
GeneralRe: How many here use or plan to use Docker? Pin
Nish Nishant2-May-18 5:16
sitebuilderNish Nishant2-May-18 5:16 
GeneralRe: How many here use or plan to use Docker? Pin
carlospc19702-May-18 5:26
professionalcarlospc19702-May-18 5:26 
GeneralRe: How many here use or plan to use Docker? Pin
Nish Nishant2-May-18 5:29
sitebuilderNish Nishant2-May-18 5:29 

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.