Ubuntu Scripts¶
This section covers scripts specific to Ubuntu environments.
docker-setup.sh¶
The docker-setup.sh script automates the installation of Docker on Ubuntu and WSL2.
Usage¶
./scripts/ubuntu/docker-setup.sh
What It Does¶
- Updates package lists
- Installs curl if not present
- Adds Docker repository to APT sources
- Installs Docker and Docker Compose
- Adds the current user to the docker group
- Starts the Docker service
Reference¶
This script is based on documentation from: - Docker's official installation guide - Docker on WSL2