Skip to content

Instantly share code, notes, and snippets.

@franciscocpg
Last active April 1, 2026 15:13
Show Gist options
  • Select an option

  • Save franciscocpg/53555f6dfce1e35eb0962c123d5df909 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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