Hello Community,
I recently renamed my home directory on Monterey 12.6 (latest) 16 inch 2021 M1 Max 32G Ram . As far as I can tell, the only thing that doesn’t work correctly is Docker.
Troubleshooting I have done.
-
First, I removed docker from my applications, emptied the trash and reinstalled.
After this, docker could not start at all. The error was a popup saying it couldn’t find my home directory
and was looking for the old directory. -
I then followed the list of instructions below I found online, except I removed them in the term instead of using finder. Some of the directories no longer existed.
Click the File menu in Finder and choose Go to Folder.
Go over the files in the following paths and move them to the Trash.
~/Library/Caches/com.docker.docker
~/Library/Cookies/com.docker.docker.binarycookies
~/Library/Group Containers/group.com.docker
~/Library/Logs/Docker Desktop
~/Library/Preferences/com.docker.docker.plist
~/Library/Preferences/com.electron.docker-frontend.plist
~/Library/Saved Application State/com.electron.docker-frontend.savedState
~/.docker
/Library/LaunchDaemons/com.docker.vmnetd.plist
/Library/PrivilegedHelperTools/com.docker.vmnetd
/usr/local/lib/docker
3, After this, I downloaded a new docker install file and ran the install. Docker now runs, but when I run docker compose ps I get the following error: open /Users/oldhomedirectory/go/src/levtk/.env: no such file or directory
If I run docker compose -f ./docker-compose-yml build the command works as expected.
Do you know where the compose sub-command is caching the files I need to manually delete?