This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Exercise 1: | |
| -------------- | |
| ------------------------------------------------------------------------------------------------------------------------ | |
| ------------------------------------------------------------------------------------------------------------------------ | |
| SET ECHO ON | |
| -- Table Creation |