Skip to content

Commit 0308bbb

Browse files
readme instructions added for OCIR Docker login with auth token
1 parent 80a0d34 commit 0308bbb

File tree

1 file changed

+2
-2
lines changed
  • app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm

1 file changed

+2
-2
lines changed

app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Docker credentials are only used during the DevOps project creation to push the
7979
After creation run Stacks's Apply to create the OCI DevOps project.
8080
<p>
8181
The Stack creates only a <i>private subnet</i> in the VCN and hence the Function cannot be called outside the tenancy by default after the build and deploy.
82-
<br>
83-
However, the Function invocation can be done from OCI Cloud Shell either by connecting to the VCN private subnet or to OCI Service Network, both options will work. The invocation can be done as follows using the Stack <code>project_name</code> e.g. :
82+
<p>
83+
However, the Function invocation can be done from <code>OCI Cloud Shell</code> either by connecting to the <b>VCN private subnet</b> or to <b>OCI Service Network</b>, both options will work. The invocation can be done as follows using the Stack <code>project_name</code> e.g. :
8484
<pre>
8585
fn invoke helloworldai-java helloworldai-java
8686
</pre>

0 commit comments

Comments
 (0)