Skip to content

Instantly share code, notes, and snippets.

@schweigert
Created October 7, 2024 14:58
Show Gist options
  • Save schweigert/54fe472b452327cecf401eb39136de8c to your computer and use it in GitHub Desktop.
Save schweigert/54fe472b452327cecf401eb39136de8c to your computer and use it in GitHub Desktop.
Reset docker shared files with root permission
sudo chmod -R g+wrx .
sudo chown -R schweigert:schweigert .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment