Installing Docker
Tip: if you prefer podman, you can also consider installing podman-compose.
USER=yourusername # Please first check the code before running it first! curl -sSL https://get.docker.com | sh # Install dependencies, assuming you haven't already apt-get install python3-venv python3-pip -y # I like to use pipx for installing python scripts pip install pipx python -m pipx ensurepath pipx install docker-compose # Necessary, otherwise docker cannot run sudo gpasswd -a $USER docker && newgrp docker