Run the docker container in WSL under a folder in windows

First go to the windows command line in the folder you want to run,

Then enter: wsl.exe -d Ubuntu-18.04

Enter the WSL system under this folder

Start the container:

 docker exec -it 30567ec056ab /bin/bash

 you can run any reversed file

Guess you like

Origin blog.csdn.net/weixin_43135178/article/details/123690631