DEV Community

Chris Noring
Chris Noring

Posted on • Edited 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

Oldest 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
 
kylerconway profile image
Kyle R. Conway

V. Interested in this. Thanks for writing.

Collapse
 
oroneki profile image
Oroneki

Great one! Everything worked just fine...

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
 
john_papa profile image
John Papa

Well done!

Collapse
 
softchris profile image
Chris Noring

Thanks John :)

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
 
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
 
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...

 
softchris profile image
Chris Noring

np :)