DEV Community

Chris Noring
Chris Noring

Posted on • Updated on

5 part Docker series, beginner to master

Follow me on Twitter, happy to take your suggestions on topics or improvements /Chris

  • Sign up for a free Azure account To use containers in the Cloud like a private registry you will need a free Azure account
  • Docker part I - basics This part covers what Docker is and why I think you should use it. It brings up concepts such as images and containers and takes you through building and running your first container
  • Docker part II - volumes this is about Volumes and how we can use volumes to persist data but also how we can turn our development environment into a Volume and make our development experience considerably better
  • Docker part III - databases, linking and networks this is about how to deal with Databases, putting them into containers and how to make containers talk to other containers using legacy linking but also the new standard through networks
  • Docker part IV - introducing Docker Compose this is how we manage more than one service using Docker Compose ( this is 1/2 part on Docker Compose)
  • Docker part V- going deeper with Docker Compose this part is the second and concluding part on Docker Compose where we cover Volumes, Environment Variables and working with Databases and Networks

Top comments (25)

Collapse
 
softchris profile image
Chris Noring

working on that one :)

Collapse
 
aminukano profile image
Aminu Ibrahim Abubakar🔥 🇳🇬

Please, make it available soonest :)

Collapse
 
1mrvincent profile image
Vincent

just seeing this today i feel i have found what i've been looking for for some days.

was about to start a side project and wanted everything containerized and deployed to azure or aws and this seems to have all the pointers i need to know how to go about my side project.

i'll keep coming back here when i run into any road blocks. i hope you'll be available to help out.

thank you chris.... big thank you!

Collapse
 
softchris profile image
Chris Noring

hi Vincent.. Glad to hear it. Happy to help :)

Collapse
 
softchris profile image
Chris Noring

Part 2 of this series mentions that, dev.to/azure/series-build-a-server... as well as this article, dev.to/azure/all-your-containers-a...

Collapse
 
kbono profile image
Jose Manuel Viloria

Hello Chris, I've found "an issue" with the post series, if you change the name of them posts so they follow the same structure "Learn Docker from the beginning - Part X, That this and that" they'll show properly in the "Index" when you browse through the posts.

Screenshot with orange arrows showing up the buggers on the posts' titles

Collapse
 
softchris profile image
Chris Noring

hi Jose. I did rename them pere your suggestion. Doesn't help I'm afraid. I think the order is decided based on when the series tag was added to each post

Collapse
 
fannyvieira profile image
Fanny

Hi @softchris , congratulations and thank you so much for this. I'm from brazil and i would like translate your series to portuguese, can i?

Collapse
 
softchris profile image
Chris Noring

hi Fanny, yes sure. Please mention That I'm the original author though and point them to twitter.com/chris_noring Thanks :)

Collapse
 
fannyvieira profile image
Fanny

Of course, great!

Thread Thread
 
fannyvieira profile image
Fanny

Hi @softchris , i'm finished the translation, and here it is: fanny.github.io/blog/2019/dockeriz...

I could not reach you on twitter.

Thread Thread
 
softchris profile image
Chris Noring

thank you for that.. amazing :)

Collapse
 
mekicha profile image
Emeka Icha

This is really very helpful, Chris. Thanks for writing!!

Collapse
 
softchris profile image
Chris Noring

Happy to hear that :)

Collapse
 
shakeeljee7 profile image
shakeel-jee7

Very helpful!

Collapse
 
oroneki profile image
Oroneki

Great one! Everything worked just fine...

Collapse
 
kylerconway profile image
Kyle R. Conway

V. Interested in this. Thanks for writing.

Collapse
 
artoodeeto profile image
aRtoo

your medium article brought me here.

Collapse
 
softchris profile image
Chris Noring

hmm ok :) so the 5 part series is available on both Medium and dev.to. I obviously link something wrong somewhere.. anyways, welcome to dev.to :)

Collapse
 
bmassioui profile image
Bouchaib MASSIOUI

Waw thank you so much for this amazing article

Collapse
 
shaijut profile image
Shaiju T • Edited

Hi Chris 😄, How to Disable the pipeline in Azure Devops ? Can you answer ? Below is my question:

dev.to/shaijut/how-to-disable-the-...

Collapse
 
softchris profile image
Chris Noring

hi Shaijut. I answered and so did some others. Hope you are helped :)

Collapse
 
john_papa profile image
John Papa

Well done!

Collapse
 
softchris profile image
Chris Noring

Thanks John :)

 
softchris profile image
Chris Noring

np :)