Running Airbyte locally without Docker Desktop

Summary

The user is asking if it’s possible to run Airbyte locally without Docker Desktop by just having Docker installed.


Question

Hi there, I’m just getting started with Airbyte and also doing the Udemy course. I use a virtual machine for my work - do I have to install Docker Desktop or is there another way to run Airbyte locally just with Docker installed? https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart#prerequisites



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["running-airbyte-locally", "docker-desktop", "virtual-machine", "docker"]

<@U04197GAK9R> Currently, abctl uses knd. Do users need Docker Desktop, or is having Docker alone enough?

Users only need a docker engine, we suggest docker desktop as that is the easiest thing to setup in most cases

Great, thank you. I am working on a virtual machine and therefore can’t install Docker Desktop, but I use Docker all the time. The set up docs just say that Docker Desktop is required so I wasn’t sure what the constraint was.

Are there instructions for running without Docker Desktop?

If you have docker running, docker ps is all good, it is very likely you can just follow the instructions to install using `abctl``