Using the same Docker image file permissions differ from machine to machine
问题 I have a problem, that I cannot grasp at all. I'm running my Jenkins pipeline in a Docker container on the master node. Now I added another node and want to run the pipeline there as well. However, using the same image I get different file permissions in the container: ### master > docker image ls node:10.20.1-stretch REPOSITORY TAG IMAGE ID CREATED SIZE node 10.20.1-stretch c5f1efe092a0 13 days ago 912MB > docker run --rm -ti -u 1000:1000 node:10.20.1-stretch ls -la /home/node total 20 drwxr