/DockerForAll

This repo contains basic docker testing code and how to use Docker manual

Primary LanguageDockerfile

Docker For All 🐳

This repository is just a effort to document my understanding of Docker and DockerHub.

alt text

What is Docker?

Docker is yet another tool used to help you manage your repositories helping them to be quickly setup on other machines without the hassle of setting up the environment to run the code in .

Best way to learn lets get going:

Lets quickly download and setup docker first

Go Ahead and Download Docker for you System : Docker Website

Also create your free account on DockerHub : Docker Website

Docker vs DockerHub

For a quick analogy it is like Git and GitHub. Both of them are different but work together.

Basically DockerHub is a platform where we store our Containerized Images on a server just like on github we store our repos Below we have DockerDesktop and DockerHub

alt alt

How to Use this Repo

  1. Follow along folders in order ans they would be nested in each other

  2. Each folder will have a seaparate README to explain the contents.

Some Resources:

Thank You