Gábor Mészáros
Gábor Mészáros
@torenware For a quick and dirty solution, you can modify your /etc/exports file to this: `/Users -alldirs -mapall=0:0 localhost` then restart nfsd. Obviously, you only want to do this if...
@torenware this also works: I approached it a bit differently on second thought: ``` USER root RUN echo http://dl-2.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories RUN apk --no-cache add shadow && usermod -u CUSTOMUSERID...
@tekNorah You'll have to implement a Dockerfile to have the commands above work. Actually it's not a big deal, you can just build your custom image on top of the...
@iampuma Docker supports this solution for quite some time now. All you have to do is to configure the nfs exports and the volumes correctly in your docker-compose.yml
@tekNorah I'd recommend this configuration for the nfs driver: ``` driver_opts: type: nfs o: addr=host.docker.internal,rw,noacl,nocto,noatime,nodiratime,soft,nolock,rsize=32768,wsize=32768,intr,tcp,nfsvers=3,actimeo=2 ```
@nico-loeber could it be attached to https://youtrack.jetbrains.com/issue/WEB-65673/Exceptions-in-WSL-node-managers-in-empty-project?