While Docker is quite handy in many ways, one inconvenient aspect is that if one mounts some host machine directory inside Docker, and the Docker image does something to those files as a non-root user, one will run into problems if the UID of the host machine user and the Docker image user do not […]| Linux-natives
The first time I have succeeded to start a Docker container my reaction was: “Ouawwww, incredibly simple and fast!”. However, before having this feeling I ha...| pellegrino.link