Skip to content

Instantly share code, notes, and snippets.

@fabio-filho
Created April 3, 2024 13:39
Show Gist options
  • Save fabio-filho/be77216c07eba1164cc29d2fdf2bf9b4 to your computer and use it in GitHub Desktop.
Save fabio-filho/be77216c07eba1164cc29d2fdf2bf9b4 to your computer and use it in GitHub Desktop.
Allow Jetbrain Suite to connect to Docker on Ubuntu
sudo usermod -aG docker $USER ;
sudo chmod a+rwx /var/run/docker.sock ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment