From 0dd9c1e3e008ccc56eda0b483c1e4a096fb53f36 Mon Sep 17 00:00:00 2001 From: Mario1159 Date: Wed, 6 Sep 2023 23:35:21 -0300 Subject: [PATCH] Add pull always --- scripts/wsl_start.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wsl_start.ps1 b/scripts/wsl_start.ps1 index 2a7f890..00811f5 100644 --- a/scripts/wsl_start.ps1 +++ b/scripts/wsl_start.ps1 @@ -54,7 +54,7 @@ if ($response -eq 'y') { Write-Host "" -$dockercommand = ("docker run -d " + +$dockercommand = ("docker run -d --pull always" + "--name $containername " + "-v /tmp/.X11-unix:/tmp/.X11-unix " + "-v /mnt/wslg:/mnt/wsl " +