Skip to content

Instantly share code, notes, and snippets.

@theArjun
Created November 2, 2022 18:55
Show Gist options
  • Select an option

  • Save theArjun/d461354c7fa1d248914cc873c3a30be4 to your computer and use it in GitHub Desktop.

Select an option

Save theArjun/d461354c7fa1d248914cc873c3a30be4 to your computer and use it in GitHub Desktop.
Run docker as normal user
sudo addgroup --system docker
sudo adduser $USER docker
newgrp docker
sudo snap disable docker
sudo snap enable docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment