Last active
March 15, 2025 21:53
-
-
Save franciscocpg/53555f6dfce1e35eb0962c123d5df909 to your computer and use it in GitHub Desktop.
Install docker arch EndeavourOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -e | |
yay -S docker | |
sudo usermod -aG docker $USER | |
newgrp docker | |
sudo systemctl enable docker | |
sudo systemctl start docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was also helpful for me. Installing docker in EndevourOS