diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-10 13:33:46 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-10 13:33:46 +0000 |
commit | 4fb97347775f483958218524b98859fdfbfcb9b4 (patch) | |
tree | 7fe75657713c03a168f89536db53753205d81386 /services/docker/run | |
parent | updates (diff) | |
download | scripts-4fb97347775f483958218524b98859fdfbfcb9b4.tar.gz scripts-4fb97347775f483958218524b98859fdfbfcb9b4.zip |
updates
Diffstat (limited to '')
-rwxr-xr-x | services/docker/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/docker/run b/services/docker/run index 77eff1a..9f41200 100755 --- a/services/docker/run +++ b/services/docker/run @@ -6,4 +6,4 @@ mountpoint -q /sys/fs/cgroup/systemd || { mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd; } #exec env HTTP_PROXY="http://127.0.0.1:9999" chpst -o 1048576 -p 1048576 dockerd $OPTS 2>&1 -exec env NO_PROXY="localhost,127.0.0.1,192.168.1/24" HTTPS_PROXY="socks5://127.0.0.1:9996" HTTP_PROXY="socks5://127.0.0.1:9996" chpst -o 1048576 -p 1048576 dockerd $OPTS 2>&1 +exec env NO_PROXY="localhost,127.0.0.1,192.168.1/24" HTTPS_PROXY="socks5://127.0.0.1:9995" HTTP_PROXY="socks5://127.0.0.1:9995" chpst -o 1048576 -p 1048576 dockerd $OPTS 2>&1 |