Update docker version

We need to use docker-compose. I follow this article*. I installed the circleci docker and docker compose as they say. But that version of docker has an issue**. I can’t build our project because of that. 1.10.0 is not enought for my case. Is there any way to use newer version of the docker with docker-compose.

** https://github.com/dotnet/cli/issues/1582

You should use 2.0 instead.

Please check out this doc on how to use Docker Compose with 2.0.

Thank you. I’ve already migrated 2.0. It has solved that issue