JeiKeiLim / ducker

🐥 Ducker the docker helper
GNU General Public License v3.0
5 stars 2 forks source link

.gitconfig mount with readonly issue #18

Closed JeiKeiLim closed 1 year ago

JeiKeiLim commented 1 year ago

Problem

ducker mount ~/.gitconfig to home directory of docker container. I found that .gitconfig file had been mounted with readonly flag.

How it should work

.gitconfig should be mounted with read and write permission

JeiKeiLim commented 1 year ago

my mistake. I built docker with wrong UID