devops-basics

1. What is Docker?

Overview

Docker is a platform designed to make it easier to create, deploy, and run applications using containers. It allows for packaging applications and their dependencies into containers.

Docker Architecture

For a deeper understanding, refer to the Docker Architecture documentation.

Official website documentation of docker

2. Prerequisites

3. Installation

How to install Docker?

4. Basics of Docker

Getting started with Docker

Docker Hello World

###Top Docker commands

5. Beyond the Basics

Hands-On Example

6. More

Docker Cheatsheet