-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
TL;DR: Do you have any hint on using this technique if you user is not 1000?
Context:
I am a docker-vim person like you, and i ended up with many plugins, and also wrote a Dockerfile to make my dev env 'portable' in a docker image.
But, I struggle with the uid defined in the Dockerfile, usually 1000 like yours.
My uid is not the same on every computer which prevent from mounting current PWD to a volume for edition within the container.
So I ended up adding a variable to the Dockerfile MUID, and creating as many docker image as I have different UID.
See Dockerfile
Do you have the same issue with UID?
Do you see any solution?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels