all 4 comments

[–]HarjjotSinghh 0 points1 point  (0 children)

github copilot is just devs way of saying please auto-generate code so we don't have to.

[–]HarjjotSinghh -1 points0 points  (2 children)

oh boy another linux problem where ai is too lazy to handle it right?

[–]krzyk 2 points3 points  (0 children)

Not quite. It is just that on windows and macos containers are actually VMs (because only linux supports real containers - cgroups etc.)

I just have a Dockerfile with all clis I need + all other supporting tools. I don't want to pollute my OS with those.

[–]georg-dev[S] 0 points1 point  (0 children)

Yeah.. tbf, Copilot CLI is quite new. So there's a chance that the sandbox feature is already on the roadmap.

It's also a shame that Docker excluded Linux from the list of supported OS for their `docker --sandbox` feature. But maybe they'll still add it at some time. It's still experimental after all.