refactor: moved oci-related knowledge articles to the right section

This commit is contained in:
Michele Cereda
2024-01-05 21:22:13 +01:00
parent 57f9426d38
commit 269ae0fc22
2 changed files with 9 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Oracle Cloud
# Oracle Cloud Infrastructure
## Table of contents <!-- omit in toc -->
@@ -45,12 +45,12 @@ All the references in the [further readings] section, plus the following:
References
-->
<!-- In-article sections -->
[oci-cli]: oci-cli.md
<!-- Upstream -->
[compute images]: https://docs.oracle.com/en-us/iaas/images/
[required keys and ocids]: https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm
<!-- In-article sections -->
[oci-cli]: oci-cli.md
<!-- Others -->
[connect to private compute instances using oci bastion service]: https://medium.com/@harjulthakkar/connect-to-private-compute-instance-using-oci-bastion-service-ca96a3ceea49

View File

@@ -21,7 +21,7 @@ oci setup config
oci setup keys
# Show the current configuration.
cat ~/.oci/config
cat ~/'.oci/config'
# List available compartments.
oci iam compartment list
@@ -61,6 +61,7 @@ oci compute instance list -c 'tenancy_id'
## Further readings
- [Oracle Cloud Infrastructure]
- [Command Line Interface]
- [SDK and CLI Configuration File]
- [Required keys and OCIDs]
@@ -69,6 +70,9 @@ oci compute instance list -c 'tenancy_id'
References
-->
<!-- Knowledge base -->
[oracle cloud infrastructure]: README.md
<!-- Upstream -->
[command line interface]: https://docs.oracle.com/en-us/iaas/Content/API/Concepts/cliconcepts.htm
[required keys and ocids]: https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm