Skip to content

RidaNaz/Docker

Repository files navigation

logo

Typing SVG

ridanaz

Docker Installation

1. Enable Virtualization (for 'HP')

  • On your laptop/pc and press esc. (then you got this page) Press f10 for BIOS setup

App Screenshot

  • In advance section, go to Device Configurations

App Screenshot

  • Tick Virtualization Technology (Vtx)

App Screenshot

  • Then confirm that 'virtualizaion is enabled'
  • Right click task bar and select Task Manager, then go to Performance

App Screenshot

  • Congratulations if virtualization is enabled!

2. On Windows Features

  • Go to Windows then type "windows fetaures on or off", open it.

App Screenshot

  • Tick the following:
    • Containers
    • Hyper-V
    • Virtual Machine Platform
    • Windows Hypervisor Platform
    • Windows Subsystem for Linux

3. Install WSL

  • type powershell in windows and right click it and choose run as adminstrator.

  • Run the following commands:

    • wsl --list --online
    • wsl --install -d Ubuntu-24.04

Ss

  • the you got the new terminal window.
    • give username and password

Ss

4. Upgrade version from WSL 1 to WSL 2

Ss

  • After checking that you have version-1, run the following commands:

    • wsl --install
    • wsl --set-version
    • wsl --set-version Ubuntu-24.04 2
  • Run wsl.exe --install / wsl.exe --update (when WSL 2 requires an update to its kernel component)

  • Now, re-run the wsl --set-version Ubuntu-24.04 2 for conversion and also run wsl -l -v to check the version.

Ss

5. Install Docker Dekstop

for downloading, visit:

Ss

  • After downloading the docker dekstop, install it and sign-in with your google account.

  • Finally, you got docker dekstop!

Ss

6. Check docker version with docker -v and docker version

Ss

If you facing an issue of Docker Desktop Not Opening from Desktop Icon

🔗 Reach Me

linkedin linkedin portfolio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors