de en es fr nl pl pt sv zh

wsl2

Fix WSL2 Connection Issue to Docker Daemon | Notes

Kumar Abhishek

Recently while setting up docker for Hyperledger in WSL2, I got the following error: ====> hyperledger/fabric-peer:2.3.2Cannot connect to the Docker daemon at tcp://localhost:2375. Is the docker daemon running? After a quick research, it turns out that if you are upgrading from WSL1 to WSL2,...

Set & persist Google DNS server in WSL2 | Notes

Kumar Abhishek

Here is how you setup an alternative DNS server (like. Google DNS) on WSL2 and persist it between WSL restart: Create the WSL config file (if it does not already exist): /etc/wsl.conf Enter the following lines to preserve the DNS config between restarts:[network] generateResolvConf = false...