Skip to content

Commit 3ea63f2

Browse files
committed
Make command 50ms faster
Signed-off-by: David Gageot <[email protected]>
1 parent 5531ea9 commit 3ea63f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension/ui/src/utils/Files.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export const getUser = async (client: v1.DockerDesktopClient) => {
3838
if (user == null) {
3939
const result = await tryRunImageSync(client, [
4040
"--rm",
41+
"--network=none",
4142
"-e",
4243
"USER",
4344
BUSYBOX,

0 commit comments

Comments
 (0)