We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5531ea9 commit 3ea63f2Copy full SHA for 3ea63f2
src/extension/ui/src/utils/Files.ts
@@ -38,6 +38,7 @@ export const getUser = async (client: v1.DockerDesktopClient) => {
38
if (user == null) {
39
const result = await tryRunImageSync(client, [
40
"--rm",
41
+ "--network=none",
42
"-e",
43
"USER",
44
BUSYBOX,
0 commit comments