You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs: update to differentiate between docker compose standalone and plugin (#22394)
* Changed local deployment instructions to differentiate between docker compose plugin and standalone version
* Removed docker compose standalone version
Removed the docker compose standalone instructions, changed "tested on Ubuntu" version number and fixed typo
---------
Co-authored-by: Julian Rommel <[email protected]>
Copy file name to clipboardExpand all lines: docs/deploying-airbyte/local-deployment.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,23 @@
1
1
# Local Deployment
2
2
3
3
:::info
4
-
These instructions have been tested on MacOS, Windows 10 and Ubuntu 20.04.
4
+
These instructions have been tested on MacOS, Windows 10 and Ubuntu 22.04.
5
5
6
6
:::
7
7
8
8
## Setup & launch Airbyte
9
9
10
-
- Install Docker on your workstation \(see [instructions](https://www.docker.com/products/docker-desktop)\). Make sure you're on the latest version of `docker-compose`.
10
+
- Install `Docker Engine` and the `Docker Compose plugin`on your workstation \(see [instructions](https://docs.docker.com/engine/install/)\).
11
11
- After Docker is installed, you can immediately get started locally by running:
0 commit comments