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
Copy file name to clipboardExpand all lines: app-dev/devops-and-containers/container-instances/ci-nginx-with-volumes-example/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,13 +57,13 @@ The sidecar container is built using <code>OCI SDK</code> in NodeJS, but this co
57
57
# How to use this asset?
58
58
59
59
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.
61
61
<p>
62
62
Then, the CI deployment is created in OCI Resource Manager (RM) from the <code>terraform</code> in this repo.
63
63
<p>
64
64
However, before creating the RM terraform Stack a few other OCI resources need to be created for the CI deployment:
65
65
<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>
67
67
<li>OCI Logging target for the container sidecar to send the <code>access.log with tail</code> to</li>
68
68
</ul>
69
69
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