Skip to content

Instantly share code, notes, and snippets.

@sohocs509
Created November 2, 2023 01:14
Show Gist options
  • Save sohocs509/e9e8c6c0e23696f5a02782ca5dfb1d10 to your computer and use it in GitHub Desktop.
Save sohocs509/e9e8c6c0e23696f5a02782ca5dfb1d10 to your computer and use it in GitHub Desktop.
Docker post install steps
$ sudo usermod -aG docker $USER
sudo docker ps
sudo chown $USER /var/run/docker.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment