Error installing Airbyte using Docker on Windows

Summary

Encountering errors when trying to install Airbyte using Docker on Windows, specifically related to ‘version’ attribute and pull access denied for airbyte/airbyte repository.


Question

Hola Airbyte community, i need your help :wave::skin-tone-3:

I’m new to using Docker and Airbyte, and I tried to install Airbyte using Docker with this tutorial: https://medium.com/@asakisakamoto02/how-to-install-airbyte-using-docker-a-step-by-step-guide-d0135368908c

When I use this command: docker-compose up -d, I encounter two errors like this:

[+] Running 2/2
 ✘ airbyte-webapp Error context canceled                                                                                 1.4s
 ✘ airbyte-server Error pull access denied for airbyte/airbyte, repository does not exist or may require 'docker login': denied: requested access to the resource is denied```
Info: I'm using Windows and I tried to remove 'version', and I have the 2 same errors. Can you help me fix them?

Many thanks to anyone who can help me :)

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1731513503651889) if you want 
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["docker", "airbyte", "windows", "installation-error", "docker-compose", "pull-access-denied"]
</sub>

I recommend using official documentation instead of blog posts. This instruction has errors :octagonal_sign:, airbyte/airbyte:latest and airbyte/webapp:latest don’t exist, and there are more images needed.
docker-compose based approach is deprecated and abctl is an official tool for local Airbyte deployment

You can find an instruction here: https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart

Oh thank you for the recommendations and your help <@U05JENRCF7C> ! :pray:

I’m going to have a look at this documentation straight away! and get to work!