Closed JeiKeiLim closed 1 year ago
ducker mount ~/.gitconfig to home directory of docker container. I found that .gitconfig file had been mounted with readonly flag.
~/.gitconfig
.gitconfig should be mounted with read and write permission
my mistake. I built docker with wrong UID
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