Created
October 7, 2024 14:58
-
-
Save schweigert/54fe472b452327cecf401eb39136de8c to your computer and use it in GitHub Desktop.
Reset docker shared files with root permission
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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