Skip to content

Latest commit

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

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

Prerequisites

  • Familiarity with containerization concepts and basic Linux command-line usage would be beneficial for understanding Docker.

Installation

How to install Docker?

Basics of Docker

1. Getting started with Docker

2. Docker Hello World

3. Top Docker commands

Beyond the Basics

Hands-On Example

  • Explore a practical hands-on example in the advanced directory to quickly start using Docker.

More

Docker Cheatsheet

  • Use the Docker cheatsheet as a quick reference guide for Docker commands and functionalities.

Recommended Books

  • Docker in Action, Second Edition by Jeff Nickoloff (Author), Stephen Kuenzli (Author). Link Docker in Action