Skip to content

Commit e441d5c

Browse files
JulianRommelJulian Rommel
andauthored
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]>
1 parent b41267f commit e441d5c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/deploying-airbyte/local-deployment.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
# Local Deployment
22

33
:::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.
55

66
:::
77

88
## Setup & launch Airbyte
99

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/)\).
1111
- After Docker is installed, you can immediately get started locally by running:
1212

1313
```bash
14+
# clone Airbyte from GitHub
1415
git clone https://github.com/airbytehq/airbyte.git
16+
17+
# switch into Airbyte directory
1518
cd airbyte
19+
20+
# start Airbyte
1621
docker compose up
1722
```
1823

@@ -45,7 +50,7 @@ Install [Docker Desktop](https://docs.docker.com/desktop/windows/install/) from
4550
Make sure to select the options:
4651

4752
1. _Enable Hyper-V Windows Features_
48-
2. _Install required Windows components for WSL 2_\
53+
2. _Install required Windows components for WSL 2_
4954
when prompted. After installation, it will require to reboot your computer.
5055

5156
**3. You're done!**

0 commit comments

Comments
 (0)