Carlos Fernandez Dev Blog The washed up mathematician turned programmer

Docker Fundamentals

Introduction

Docker is an essential part of modern software development. This post serves as an introduction to the fundamentals of Docker, including a practical example.

What is Docker?

Docker is an open-source platform written in Go that allows developers to create, deploy, and run applications in containers, providing a consistent and portable environment across different machines and operating systems.