what docker version should i have
# replication-ask-ai
r
what docker version should i have
k
The Docker version required can depend on the specific issue or task you are trying to accomplish with Airbyte. However, in some of the issues discussed, users have been advised to upgrade to Docker v2 or a recent version of Docker. For instance, in one [Github issue](https://github.com/airbytehq/airbyte/issues/27296), a user was advised to upgrade to Docker v2 to resolve an issue with the
run-ab-platform.sh
installation script. In another [discussion](https://discuss.airbyte.io/t/54), a user was advised to upgrade their Docker version to resolve an error with the "environment" interpolation format when running the
docker-compose up
command. The support user in this case was using Docker version 20.10.7. Please note that these are specific cases and the required Docker version may vary depending on your specific use case. It's always a good idea to use the latest stable version of Docker to take advantage of the latest features and security updates. You can check the official Docker documentation for the latest stable version and upgrade instructions.