Skip to content

Instantly share code, notes, and snippets.

View macvinpinto's full-sized avatar

Macvin Pinto macvinpinto

View GitHub Profile
@macvinpinto
macvinpinto / install-docker-wsl2.sh
Created April 29, 2023 07:08
Install docker on wsl2 without docker desktop
# https://nickjanetakis.com/blog/install-docker-in-wsl-2-without-docker-desktop
# Install Docker, you can ignore the warning from Docker about using WSL
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
# Add your user to the Docker group
sudo usermod -aG docker $USER
# Install Docker Compose v2
-- Exercise 1:
--------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
SET ECHO ON
-- Table Creation