Bryan Kneis

Results 64 comments of Bryan Kneis

@aacebedo Thanks for clarifying. Yes these two files were from the container. My host user has UID 1000 so I was expecting a different UID when setting to true. I...

@aacebedo I just retested with your branch but could not reproduce my issue. Toggling `updateRemoteUserUID` both have ``` vscode@0c8cb50a3aa3:/workspaces/ac4$ cat /etc/passwd root:x:0:0:root:/root:/bin/bash daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin bin:x:2:2:bin:/bin:/usr/sbin/nologin sys:x:3:3:sys:/dev:/usr/sbin/nologin sync:x:4:65534:sync:/bin:/bin/sync games:x:5:60:games:/usr/games:/usr/sbin/nologin man:x:6:12:man:/var/cache/man:/usr/sbin/nologin lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin mail:x:8:8:mail:/var/mail:/usr/sbin/nologin...

@aacebedo I'm trying to reproduce this error locally but cannot. Does this happen for you not running in a CI?

Hey @castorinop thanks for raising your issue! The docker ID should not be the devcontainer UID, this is an ID docker uses and can not be set with `docker run`....

Hey @castorinop I just tested with your example and it worked for me :/ My docker container came up with the correct name. Just to verify your using the docker...

Hi @DarkGhostHunter thanks for reporting your use case. I'm a little unsure what you want to achieve as from the sounds of it devpod already does this. When you up...

@DarkGhostHunter I'm not sure what the issue is asking for, can you please clarify what you want changed in devpod? Devpod can connect to remote workspaces outside of the network...

@DarkGhostHunter thank you for linking to the blog post, that clarified a lot. Currently devpod does not natively support this but this is definitely a cool feature we would like...

Duplicate of https://github.com/loft-sh/devpod/issues/512

Hi @koudy500, thanks for all your input and description. I agree the logging in devpod needs to be improved and it is on our road map! We are looking to...