Bash on Windows - alias for exe files

前端 未结 3 1939
说谎
说谎 2021-01-13 00:30

I am using the Bash on Ubuntu on Windows, the way to run bash on Windows 10. I have the Creators update installed and the Ubuntu version is 16.04.

I was playing rece

3条回答
  •  有刺的猬
    2021-01-13 01:10

    In my windows 10 the solution was to install git-bash and docker for windows.

    in this bash, when I press "docker" it works for example "docker ps" I didnt need to make an alias or change the path.

    you can download git-bash from https://git-scm.com/download/win

    then from Start button, search "git bash". Hope this solution good for you

提交回复
热议问题