Skip to content

thisKK/docker-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Docker-training

Class objective:

  • Understand what Docker is and the basics of containerization.
  • Understand Docker images and how to manage them.
  • Basic Docker Port Mapping and Data Persistence.
  • Learn to create and customize Docker images.
  • Setting up your first container.
  • Docker Compose Basics.
  • Workshop

Prerequisites:

  1. Docker Installation: Docker Desktop for Windows or Mac, or Docker Engine for Linux, installed and working on the participant's computer. Verify installation with the command docker --version in the terminal or command prompt.

    docker --version    
    

    Then

    docker run hello-world
    
  2. Docker Hub Account (username must be lowercase)

  3. GitHub Account

  4. Visual Studio Code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors