From fa411d0e44b6d803e6a5eef12caeefa6bafc8a12 Mon Sep 17 00:00:00 2001 From: Augustin Date: Thu, 24 Mar 2022 20:06:25 +0100 Subject: [PATCH] fix typos (#11385) --- octavia-cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/octavia-cli/README.md b/octavia-cli/README.md index b6a1a3d8f924..f86948b5d3a4 100644 --- a/octavia-cli/README.md +++ b/octavia-cli/README.md @@ -41,7 +41,7 @@ Feel free to share your use cases with the community in [#octavia-cli](https://a ## Workflow -### 1. Generate local YAML files for sources or destination +### 1. Generate local YAML files for sources or destinations 1. Retrieve the *definition id* of the connector you want to use using `octavia list command`. 2. Generate YAML configuration running `octavia generate source ` or `octavia generate destination `. @@ -104,7 +104,7 @@ This script: ```bash touch ~/.octavia # Create a file to store env variables that will be mapped the octavia-cli container mkdir my_octavia_project_directory # Create your octavia project directory where YAML configurations will be stored. -docker run --name octavia-cli -i --rm -v ./my_octavia_project_directory:/home/octavia-project --network host --user $(id -u):$(id -g) --env-file ~/.octavia airbyte/octavia-cli:latest +docker run --name octavia-cli -i --rm -v my_octavia_project_directory:/home/octavia-project --network host --user $(id -u):$(id -g) --env-file ~/.octavia airbyte/octavia-cli:latest ``` ### Using `docker-compose`