PS C:\Users\tik> wsl --list --online
The following is a list of valid distributions that can be installed.
Install using 'wsl.exe --install <Distro>'.
NAME FRIENDLY NAME
Ubuntu Ubuntu
Clone update-golang by @udhos
git clone https://github.com/udhos/update-golang
cd update-golang
sudo ./update-golang.sh
source /etc/profile.d/golang_path.sh
Python with nexfil
sudo git clone https://github.com/thewhiteh4t/nexfil.git
cd nexfil
sudo apt install python3-pip
sudo pip3 install -r requirements.txt
Here are the steps to set up Docker and Kubernetes for learning on your home desktop server:
First, you'll need to install Docker on your desktop server. Follow the installation instructions for your operating system on the Docker website.
Install Minikube:
Minikube is a tool that makes it easy to run a single-node Kubernetes cluster locally. To install Minikube, follow the instructions for your operating system on the Minikube GitHub page.