cortex93

Results 9 comments of cortex93

> @cortex93 thanks for reporting this issue! Interesting, this would mean we would need to create some sort of kioskctl. However, currently you could do something like: > > ```...

I doubt kubectx will includes such a specifc things. I was more thinking of loft-sh forking the kubens repo or maintain patched branched or alike.

It works to build the volumeBootstrap, but then it failed to build the devcontainer image. The docker client inside the volumeBoostrap seems to not use the host config.

To make it pass, I edited the volumeBootstrap.Dockerfile in ~\.vscode\extensions\ms-vscode-remote.remote-containers-0.145.0\scripts and add at the end ADD ~/.docker/config.json /root/.docker/

As this became a feature request, I think we may clarify the requirement. What was really needed in this case is to build the devcontainer with the host docker client...

> For authentication to work we will need a proxy auth executable, similar to Git: https://docs.docker.com/engine/reference/commandline/login/#credentials-store > Yes, i'm no expert but this would be needed > Looking closer, i...

Got the same requirement. Attached container configuration should be available globaly at the user level or in the globalStorage of the extension. This may collapse with the existing "Remote ›...

Spec is not clear if both HaProxy and Agent can send Abort. If Haproxy send a abort frame, the current fragmented buffer should be discard. Current HandleStream implementation cannot be...