5

docker-compose.exe up shows

ERROR: Network "docker_default" needs to be recreated - option "com.docker.network.windowsshim.networkname" has changed

after the last Docker update yesterday, under Windows 10 Pro. How can I do that?

  • Docker version: 17.06.1-ce
  • build: 874a737
2
  • Is this question related to programming? Commented Aug 25, 2017 at 6:07
  • Don't updated to the latest versions when they come. It not always a good practice. If it is working leave it like that. If there is a specific fix in the new version that you want to use then do that. Now uninstall the new version and install the old one Commented Aug 25, 2017 at 6:39

1 Answer 1

3

I get a similar error if I run docker-compose. But I don't get that error if I run docker compose instead (without a dash).

docker compose is a newer tool, it's part of Docker. It's written in Go like the rest of Docker. docker-compose is an older tool written in Python.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.