Add pull always

This commit is contained in:
Mario Romero 2023-09-06 23:35:21 -03:00
parent 13c5ad58ec
commit 0dd9c1e3e0

View File

@ -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 " +