From 82e0e3af833b4331775f69b139c7fb36bcfe7c04 Mon Sep 17 00:00:00 2001 From: Shadab Mohammad <39692236+shadabshaukat@users.noreply.github.com> Date: Fri, 19 Nov 2021 08:44:42 +1100 Subject: [PATCH] Update on-oci-vm.md (#8081) 1. Editing docker-compose command to include sudo and full path : sudo /usr/local/bin/docker-compose up -d 2. Specify shape of VM as Intel Tezt : Ensure you select shape as 'Intel' --- docs/deploying-airbyte/on-oci-vm.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/deploying-airbyte/on-oci-vm.md b/docs/deploying-airbyte/on-oci-vm.md index 3d1a57d5a41e4..80d241a42acbe 100644 --- a/docs/deploying-airbyte/on-oci-vm.md +++ b/docs/deploying-airbyte/on-oci-vm.md @@ -10,6 +10,8 @@ Go to OCI Console > Compute > Instances > Create Instance ![](../.gitbook/assets/OCIScreen2.png) +Ensure you select shape as 'Intel' + ## Whitelist Port 8000 for a CIDR range in Security List of OCI VM Subnet Go to OCI Console > Networking > Virtual Cloud Network @@ -48,7 +50,7 @@ sudo wget https://github.com/docker/compose/releases/download/1.26.2/docker-comp sudo chmod +x /usr/local/bin/docker-compose -docker-compose --version +sudo /usr/local/bin/docker-compose up -d ```