diff --git a/tutorials/_cloud-native/devops-for-beginners-compute.md b/tutorials/_cloud-native/devops-for-beginners-compute.md index 1661a85293..4450071bde 100644 --- a/tutorials/_cloud-native/devops-for-beginners-compute.md +++ b/tutorials/_cloud-native/devops-for-beginners-compute.md @@ -186,7 +186,7 @@ wget https://orasejapan.objectstorage.ap-tokyo-1.oci.customer-oci.com/n/orasejap 解凍します。 ```sh -unzip compute_oci-devops-compute.zip +unzip oci-devops-compute.zip ``` これでサンプルアプリケーションと関連資材の取得は完了です。 @@ -433,7 +433,7 @@ Unpacking objects: 100% (2/2), done. ls ``` ```sh -oci-devops-handson oci-devops-compute compute%2Foci-devops-compute.zip +oci-devops-handson oci-devops-compute oci-devops-compute.zip ``` ダウンロードしたサンプルコードを「oci-devops-handson」ディレクトリにコピーします。 diff --git a/tutorials/_cloud-native/devops-for-beginners-compute/01-02-03.png b/tutorials/_cloud-native/devops-for-beginners-compute/01-02-03.png new file mode 100644 index 0000000000..dfeafd1f04 Binary files /dev/null and b/tutorials/_cloud-native/devops-for-beginners-compute/01-02-03.png differ diff --git a/tutorials/_cloud-native/devops-for-beginners-compute/01-02-04.png b/tutorials/_cloud-native/devops-for-beginners-compute/01-02-04.png new file mode 100644 index 0000000000..69f3cfc001 Binary files /dev/null and b/tutorials/_cloud-native/devops-for-beginners-compute/01-02-04.png differ diff --git a/tutorials/_cloud-native/devops-for-beginners-compute/01-02-05.png b/tutorials/_cloud-native/devops-for-beginners-compute/01-02-05.png new file mode 100644 index 0000000000..3cc6b38657 Binary files /dev/null and b/tutorials/_cloud-native/devops-for-beginners-compute/01-02-05.png differ