Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
August 19, 2022 11:49 am GMT

How to run Docker commands in CMD/PowerShell from Docker using WSL2

In the last tutorial, we learned how to create Docker images without Docker Desktop in Windows. However, this can break our daily duties, especially if we have automated anything. This can be fixed in three steps:

1) Start Docker in Ubuntu using:

sudo dockerd

2) Open a new CMD/PowerShell window without closing the Ubuntu one.

3) Add the prefix wsl before every docker command and run them.

wsl docker --versionwsl docker --help

[preview]

And that's all. You can find other tutorials on how to remove the prefix, but this is the easiest and fastest option.

Follow me at:

LinkedInYouTubeInstagramCyber ProphetsSharing Your Stories
LinkedInYouTubeInstagramRedCircle PodcastRedCircle Podcast

sponsor me


Original Link: https://dev.to/fanmixco/how-to-run-docker-commands-in-cmdpowershell-from-docker-using-wsl2-5h65

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To