Skip to content

Commit 5d4fae1

Browse files
ci-nginx-with-volumes-example
1 parent 35b0c51 commit 5d4fae1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • app-dev/devops-and-containers/container-instances/ci-nginx-with-volumes-example

app-dev/devops-and-containers/container-instances/ci-nginx-with-volumes-example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ The sidecar container is built using <code>OCI SDK</code> in NodeJS, but this co
5757
# How to use this asset?
5858

5959
First, the sidecar container is built from the <code>source</code> in this repo. This can be done in OCI tenancy Cloud Shell.<br>
60-
Once built it is pushed to OCI Registry (OCIR) repo for deployment to Container Instances (CI) as part of the CI deployment.
60+
Once built it is pushed to OCI Registry (OCIR) repo for deployment to Container Instances (CI) as part of the deployment.
6161
<p>
6262
Then, the CI deployment is created in OCI Resource Manager (RM) from the <code>terraform</code> in this repo.
6363
<p>
6464
However, before creating the RM terraform Stack a few other OCI resources need to be created for the CI deployment:
6565
<ul>
66-
<li>Object Storage (OS) bucket for the NGINX filesystem. The example content is under <code>www-data</code> in this repo. Container sider will mount these files the NGINX <code></code>/usr/share/nginx/html</code> volume directory</li>
66+
<li>Object Storage (OS) bucket for the NGINX filesystem. The example content is under <code>www-data</code> in this repo. The NGINX container custom sidecar will mount these files to NGINX <code>/usr/share/nginx/html</code> volume directory</li>
6767
<li>OCI Logging target for the container sidecar to send the <code>access.log with tail</code> to</li>
6868
</ul>
6969
Once these are created, the RM stack can be created with a configuration that incudes these above among other variables and deployed.<br>

0 commit comments

Comments
 (0)