Skip to content

Instantly share code, notes, and snippets.

@ogabriel
Created June 14, 2024 12:53
Show Gist options
  • Save ogabriel/a021d6f0e5824f10e7c1d92ccbee276f to your computer and use it in GitHub Desktop.
Save ogabriel/a021d6f0e5824f10e7c1d92ccbee276f to your computer and use it in GitHub Desktop.
Install docker on arch based distros
#!/bin/sh
sudo pacman -S docker --noconfirm
sudo systemctl enable docker.service
sudo usermod -aG docker $USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment