Zoho Catalyst CLI — Docker Setup Guide
A complete guide to setting up Zoho Catalyst CLI using Docker on Windows (WSL2 + Ubuntu) Prerequisites Before starting, ensure you have the following: A Windows machine with WSL2 enabled Ubuntu ins...

Source: DEV Community
A complete guide to setting up Zoho Catalyst CLI using Docker on Windows (WSL2 + Ubuntu) Prerequisites Before starting, ensure you have the following: A Windows machine with WSL2 enabled Ubuntu installed via WSL2 Docker installed on Ubuntu — see Step 2 A Zoho Catalyst account Basic familiarity with the terminal Step 1 — Open Ubuntu via WSL You can access your Ubuntu environment in any of the following ways: Option 1 — Via the Ubuntu App: Press Windows + S and search for Ubuntu Click to open it Option 2 — Via Windows Terminal, CMD or PowerShell: wsl Option 3 — Via any terminal that supports WSL (e.g. Windows Terminal, Git Bash): wsl -d Ubuntu In all cases you'll see a terminal prompt like: username@DESKTOP-XXXX:~$ You are now inside your Ubuntu environment. Step 2 — Install Docker on Ubuntu Run the following commands in your Ubuntu terminal one by one: # Remove any old Docker versions sudo apt-get remove -y docker docker-engine docker.io containerd runc # Update package index and instal