Answers for "wslconfig for docker"

1

WSL connect docker daemon to docker for windows

echo "export DOCKER_HOST=tcp://localhost:2375" >> ~/.bashrc && source ~/.bashrc
Posted by: Guest on February-24-2020
1

wslconfig example

[wsl2]
# https://docs.microsoft.com/en-us/windows/wsl/wsl-config (Docs)
# https://github.com/microsoft/WSL/issues/4166 (Topic)
memory=4GB
swap=16GB
localhostForwarding=true
Posted by: Guest on May-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language