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
@@ -44,8 +44,8 @@ Reviewed: 9.10.2025
44
44
45
45
Anyone who wants to experiment with OCI Container Instances and setup a multi-container instance with multiple volumes. In this example I'm using volumes to:
46
46
<ul>
47
-
<li>Mount the NGINX filesystem from OCI Object Storage bucket</li>
48
-
<li>Tail NGINX access log to OCI Logging</li>
47
+
<li>Mount the NGINX filesystem for html data from OCI Object Storage bucket</li>
48
+
<li>Tail NGINX access log to OCI Logging for monitoring</li>
49
49
</ul>
50
50
These operations will be handled by a custom container that is being built in this example.<br>
51
51
The NGINX container is a default one without modification from Docker Hub.<br>
0 commit comments