Skip to content

khanmaster/docker_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

docker_setup

Docker Setup and Installation

Docker setup on Windows, Mac and Linux

Docker WSL2/Linux subsystem on windows

  • Install Docker Desktop on Window Click here

  • Windows Hyper-v settings

  • Linux subsystem options

    Docker for Mac

    Click here

Install and run Docker Desktop on Mac

Double-click Docker.dmg to open the installer, then drag the Docker icon to the Applications folder.

  • Follow the steps
  • Important: Ensure to select your OS and chip i.e M1 chip

Install Docker on Linux ubuntu

  • sudo apt-get remove docker docker-engine docker.io containerd runc
  • sudo systemctl start docker
  • sudo systemctl enable docker
  • Check status
  • sudo systemctl status docker

Summary:

  • Docker Installation and setup completed
  • Hyper V settings
  • WSL2 and Linux subsystem enabled

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors