Skip to content

Instantly share code, notes, and snippets.

@franciscocpg
Last active March 15, 2025 21:53
Show Gist options
  • Save franciscocpg/53555f6dfce1e35eb0962c123d5df909 to your computer and use it in GitHub Desktop.
Save franciscocpg/53555f6dfce1e35eb0962c123d5df909 to your computer and use it in GitHub Desktop.
Install docker arch EndeavourOS
set -e
yay -S docker
sudo usermod -aG docker $USER
newgrp docker
sudo systemctl enable docker
sudo systemctl start docker
@saikat709
Copy link

This was also helpful for me. Installing docker in EndevourOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment