Games-and-Simulations / sc-docker

Multi-platform Version of StarCraft: Brood War in a Docker Container, ready to use for bot play simulations.
MIT License
230 stars 41 forks source link

docker network create don't work in Win10. #53

Open cumttang opened 6 years ago

cumttang commented 6 years ago

When I run: scbw.play --install

An error occured: Traceback (most recent call last): File "c:\program files\anaconda3\lib\site-packages\scbw\cli.py", line 184, in main install() File "c:\program files\anaconda3\lib\site-packages\scbw\install.py", line 24, in install (check_docker_has_local_net() or create_local_net()) File "c:\program files\anaconda3\lib\site-packages\scbw\docker.py", line 99, in create_local_net % (DOCKER_STARCRAFT_NETWORK, ))) scbw.error.DockerException: An error occurred while trying to call docker network create --subnet=172.18.0.0/16 sc_net

Although I have tried this: docker network create --subnet=172.18.0.0/16 sc_net

There is still some problem like: Error response from daemon: plugin not found

scbw == 0.2b10, so how should I do for it?

michalsustr commented 6 years ago

Can you please try with the latest version?