DEV Community

Cover image for ๐Ÿ’ก Free Introduction to Docker eBook
Bobby Iliev
Bobby Iliev

Posted on • Updated on • Originally published at devdojo.com

 

๐Ÿ’ก Free Introduction to Docker eBook

๐Ÿ’ก Introduction to Docker

This is an open-source introduction to Docker guide that will help you learn the basics of Docker and how to start using containers for your SysOps, DevOps, and Dev projects. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you will most likely have to use Docker at some point in your career.

The guide is suitable for anyone working as a developer, system administrator, or a DevOps engineer and wants to learn the basics of Docker.

๐Ÿš€ Download

To download a copy of the ebook use one of the following links:

GitHub Repository:

๐Ÿ’ก Free Introduction to Docker eBook

๐Ÿ“˜ Chapters

๐ŸŒŸ Sponsors

Thanks to these fantastic companies that made this book possible!

๐Ÿ“Š Materialize

The Streaming Database for Real-time Analytics.

Materialize is a reactive database that delivers incremental view updates. Materialize helps developers easily build with streaming data using standard SQL.

๐Ÿ’™ DigitalOcean

DigitalOcean is a cloud services platform delivering the simplicity developers love and businesses trust to run production applications at scale.

It provides highly available, secure, and scalable compute, storage, and networking solutions that help developers build great software faster.

Founded in 2012 with offices in New York and Cambridge, MA, DigitalOcean offers transparent and affordable pricing, an elegant user interface, and one of the largest libraries of open source resources available.

For more information, please visit https://www.digitalocean.com or follow @digitalocean on Twitter.

If you are new to DigitalOcean, you can get a free $100 credit and spin up your own servers via this referral link provided below:

Free $100 Credit For DigitalOcean

๐Ÿ‘ฉโ€๐Ÿ’ป DevDojo

The DevDojo is a resource to learn all things related to web development and web design. Learn while on your lunch break or wake up and enjoy a cup of coffee with us to learn something new.

Join this developer community, and we can all learn together, build together, and grow together.

Join DevDojo

For more information, please visit https://www.devdojo.com or follow @thedevdojo on Twitter.

๐Ÿ•ธ๏ธ Web Page

A web page showcasing the eBook:

Introduction to Docker

The web page was built using Tails, a new kick-ass drag-and-drop TailwindCSS page builder!

๐Ÿ“น Mini Video Course

Coming soon!

๐Ÿ’ป Interactive training

You can follow the interactive training online here:

Interactive Docker training

The training was built with Katacoda. You can find the Katacoda repository here.

For more information on how to use Katacoda make sure to follow the steps from this tutorial here:

How to Use Katacoda to Create Highly Engaging Training Tutorials

๐Ÿ‘‹ About me

My name is Bobby Iliev, and I have been working as a Linux DevOps Engineer since 2014. I am an avid Linux lover and supporter of the open-source movement philosophy. I am always keen on doing what I cannot do in order to learn how to do it, and I believe in sharing knowledge.

I think it's essential always to keep professional and surround yourself with good people, work hard, and be nice to everyone. You have to perform at a consistently higher level than others. That's the mark of a true professional.

In case that you want to support me you can follow me on Twitter at @bobbyiliev_ or subscribe to my YouTube Channel

๐Ÿ”ฅ PDF Generation Tool

The project uses Ibis developed by Mohamed Said.

Ibis is a PHP tool that helps you write eBooks in markdown.

๐ŸŽจ Book Cover

The cover for this ebook was created with Canva.com.

If you ever need to create a graphic, poster, invitation, logo, presentation โ€“ or anything that looks good โ€” give Canva a go.

๐Ÿ”— Links

๐Ÿ“– Other eBooks

๐Ÿคฒ Contributing

If you are contributing ๐Ÿฟ please read the contributing file before submitting your pull requests. All valid pull requests would also count towards Hacktoberfest.

Top comments (5)

Collapse
 
billraymond profile image
Bill Raymond

Hi, thank you for sharing this! Some feedback as someone completely new to Docker is that the definitions are good. However, you jump right into creating things and I would have preferred a few use cases and a few diagrams. I will go through your tutorials and they look easy enough. Thanks again!

Collapse
 
bobbyiliev profile image
Bobby Iliev

This is some great feedback! Thank you for taking the time to write it! This gives me some very good points for improvement! Appreciate this!

Collapse
 
denctl profile image
Denislav Gavrilov ๐Ÿ‘จโ€๐Ÿš€๐Ÿค–๐Ÿคทโ€โ™‚๏ธ

Yet another eBook from you, Bobby! ๐Ÿ‘

Collapse
 
bobbyiliev profile image
Bobby Iliev

Planning to record a video course on that topic too ๐Ÿ™Œ

An Animated Guide to Node.js Event Loop

Node.js doesnโ€™t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.