-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
~/Library/Containers/com.docker.docker/Data/database has broken .git directory #2619
Comments
Hello, Since 17.12, we are no longer using the git-ish DB. We just forget to clean it up during the update. |
@pgayvallet does this mean that modifying a file in this directory no longer has any real effect? In my case I'm looking at the file |
Would also like to know |
+1 |
1 similar comment
+1 |
@pgayvallet I need to increase the number of allowed file descriptors. According to #1009 (comment), I need to edit a file in this Git repository, but as you point out it no longer exists. What's the replacement? |
+1 |
1 similar comment
+1 |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
We expect
~/Library/Containers/com.docker.docker/Data/database
to be a valid repository with a valid.git
directory. You should be able to enter that directory and rungit
commands such asgit status
.Actual behavior
Information
Full output of the diagnostics from "Diagnose & Feedback" in the menu
git version
Steps to reproduce the behavior
cd
to the mentioned directory.git
command, such asgit status
. It will fail because the.git
directory is not valid.The text was updated successfully, but these errors were encountered: