First, be aware that docker is not designed to be securely shared among multiple users. Please assume that anyone who has access to docker is effec...
For further actions, you may consider blocking this person and/or reporting abuse
thank you for these instructions. Have permissions changed in macOS Sonoma (14.6.1)?
I get an error while trying to move the Container directory:
docker@Embrace Containers % mv ~/Library/Containers/com.docker.docker /Users/Shared/Library/Containersmv: rename /Users/docker/Library/Containers/com.docker.docker to /Users/Shared/Library/Containers/com.docker.docker: Operation not permitted
I had no problems moving all files in the directory manually but then I get stuck on the last step moving the offending directory out of the way to create a symlink even as root!
root@Embrace:/Users/docker/Library/Containers# mv com.docker.docker/ foomv: rename com.docker.docker/ to foo: Operation not permitted
Thanks for this guide! I have a question, does this work when running
docker-compose? I'm getting writing errorsI don't see why it shouldn't work - what errors are you seeing? I could have easily missed a step.