Skip to content

Instantly share code, notes, and snippets.

@franciscocpg
Last active May 31, 2024 20:16
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
@franciscocpg
Copy link
Author

@rlnorthcutt
Copy link

thanks for this! I got errors when I tried, like here

The solution is to update first using:
yay -Syy docker

@mikejk8s
Copy link

mikejk8s commented Feb 11, 2024

I just wasted so much time trying to get podman going, couldn't get a socket to activate.. back to docker and up in 2 mins.. thanks for the post this helped i had to manually wipe all past fragments of previously installed dockers, from source AND pacman. yay worked..

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