Skip to content

Files

Latest commit

7473bce · Jan 19, 2024

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 18, 2024
Jan 18, 2024
Jan 19, 2024

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

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

  • None