Docker commands fails (in Windows)

前端 未结 25 2433
-上瘾入骨i
-上瘾入骨i 2020-12-23 02:26

I am trying to use Docker on a windows machine and is hit with every possible issue it seems. My latest one is this: My machine is running but I can\'t seem to interact with

25条回答
  •  攒了一身酷
    2020-12-23 02:59

    I had a look at all the above answers and none of them worked. Then I found out that the command has to be run on a linux command line like bash. so try:

    Type the command into the Docker bash terminal VM that comes with the docker toolbox as opposed to the windows cmd

    If you have already made sure that your docker has been started

提交回复
热议问题