Hi guys, Im trying to install Airbyte using the do...
# replication-ask-ai
d
Hi guys, Im trying to install Airbyte using the docker compose image on a wsl2 local client but i get the following error : Attaching to airbyte-bootloader, airbyte-connector-builder-server, airbyte-cron, airbyte-db, airbyte-proxy, airbyte-server, airbyte-temporal, airbyte-webapp, airbyte-worker, init init | MOUNT: /local_parent init | ROOT_PARENT: /tmp init | ROOT: /tmp/airbyte_local init | MOUNT_ROOT: /local_parent//airbyte_local init exited with code 0 airbyte-bootloader | exec /bin/bash: input/output error airbyte-bootloader exited with code 1 service "bootloader" didn't complete successfully: exit 1
k
A message from kapa.ai
Based on the information provided in the extracts, it seems like you're encountering an issue while setting up Airbyte locally on a Windows machine using Docker Compose. Here are some steps you can follow to troubleshoot this issue: 1. Ensure that Hyper-V is enabled in your system’s BIOS. 2. Make sure that WSL2 is installed and enabled. 3. Install Ubuntu 20.4 and Windows Terminal. 4. Upgrade Python to version 3.9. 5. Install Git, Docker Desktop, and Docker Compose. 6. Enable Docker to run correctly on WSL by checking the “Use the WSL two-based engine” and “Enable Kubernetes” checkboxes in the Docker settings. 7. Navigate to your Airbyte directory in the terminal and run
docker-compose up
to spin up all Airbyte containers. 8. After the Airbyte banner shows up in the log, navigate to localhost:8000 to access the Airbyte UI. For more detailed instructions, please refer to the [Airbyte Video Tutorial on YouTube](

https://www.youtube.com/watch?v=CtuU9Oi-6O8▾

). If you're still encountering issues, it might be helpful to restart your Docker instance and try the
docker-compose up
command again. If the problem persists, it could be beneficial to research how to access subfolders on WSL2, as this might be a WSL2-specific issue rather than an issue with Airbyte. If you're still having trouble, please feel free to ask for further assistance.
d
I check all the recomendation , but still getting the error airbyte-bootloader' exec /bin/bash: input/output error