-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
UPDATE: After some chatting with chatgpt, i think i got this working: Here are the steps that i've taken(for my WSL ubuntu distro):
Now, i don't know if configuring tcp access to docker in WSL generates any security vulnerabilities, you should be mindful of that, but for a closed-off development environment, i think this is the true lazyness :) EXTRA: A powershell shortcut goodie:
After notepad opens, add this function to the file and save it.
Now open a new powershell window and type |
Beta Was this translation helpful? Give feedback.
UPDATE:
After some chatting with chatgpt, i think i got this working: Here are the steps that i've taken(for my WSL ubuntu distro):
Verify running docker service running on WSL distro by openning a WSL terminal and run this command
Add another service configuration that adds the tcp access capability to docker:
add these lines to the
override.conf
Restart services and check the new…