Docker

With this particular series I will be going over various concepts regarding docker as well as my experience with it and various challenges I had faced. I'm no expert yet, I'm still learning as I go.

Docker Compose

In the world of software development, complexity can quickly spiral out of control. Modern applications often rely on multiple interacting services, each running in its own isolated container using Docker.

Dockerfiles

Dockerfiles are an essential tool in the development and deployment of Docker-based applications. They are essentially scripts that define the build process for a Docker image.

Docker Intro

So I suppose I'll just start out going over the very basics. Which so far is mostly what I know. So if you don't know much if anything about it this post is probably for you. So anyway, what is docker?