Skip to content

Jayasurya5454/Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Docker

Welcome to the Docker Learn repository. This repository is dedicated to documenting my journey and learnings about Docker.

Installation

Instructions on how to install Docker on various operating systems.

Windows

  1. Download Docker Desktop from the official website.
  2. Run the installer and follow the on-screen instructions.
  3. Verify the installation by running docker --version in the command prompt.

macOS

  1. Download Docker Desktop from the official website.
  2. Open the downloaded .dmg file and drag Docker to the Applications folder.
  3. Verify the installation by running docker --version in the terminal.

Linux

  1. Follow the instructions on the official Docker documentation for your specific distribution.
  2. Verify the installation by running docker --version in the terminal.

Basic Commands

A list of basic Docker commands and their usage.

  • docker run: Run a container from an image.
  • docker ps: List running containers.
  • docker stop: Stop a running container.
  • docker build: Build an image from a Dockerfile.
  • docker pull: Pull an image from a registry.
  • docker push: Push an image to a registry.

Dockerfile

Examples and explanations of Dockerfiles used to build Docker images.

Docker Compose

Information on using Docker Compose to manage multi-container applications.

Additional Resources

About

A repository dedicated to learning Docker, featuring tutorials, Dockerfiles, and best practices for containerization. Perfect for beginners and intermediate users.

Topics

Resources

Stars

Watchers

Forks

Contributors