Skip to content

Latest commit

 

History

History
 
 

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Setup local container support

This requires prev step - WSL Installation

Download & Install Docker Desktop for Windows or execute:

choco install docker-desktop -y
logoff

Double Click on Docker Desktop Icon that will be present on the Windows Desktop, to start the installation. After installation you will be asked to log out and log in again.

Configure Docker:

wsl-engine

Enable Kubernetes:

kubernetes

Press Appy & Restart to complete Docker Setup

Create an account at Docker Hub and signin to Docker

docker-sign-in

Test Installation

In the console window execute:

docker run hello-world

docker-test