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 a79b86d commit 879d991Copy full SHA for 879d991
helper.fish
@@ -5,7 +5,7 @@ if test -f /usr/bin/podman
5
echo podman
6
set -xg DOCKER "podman"
7
set -xg DOCKER_URL_PREFIX "docker.io/"
8
- set -xg DEFAULT_DOCKER_ARGS "--pids-limit 256704"
+ set -xg DEFAULT_DOCKER_ARGS --pids-limit 256704
9
else
10
set -xg DOCKER "docker"
11
end
0 commit comments