Skip to content

Commit

Permalink
Merge pull request #76 from teamssix/main
Browse files Browse the repository at this point in the history
docs: update readme
  • Loading branch information
teamssix authored Jun 13, 2022
2 parents c620913 + 8736ff6 commit 74ed643
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ docker run -itd --name terraformgoat_aliyun_0.0.4 registry.cn-beijing.aliyuncs.c
docker exec -it terraformgoat_aliyun_0.0.4 /bin/bash
```

![img](/Volumes/HX相关/研究/Terraform/TerraformGoat/images/1655118629.png)
![img](./images/1655118629.png)

```bash
cd /TerraformGoat/aliyun/oss/bucket_object_traversal/
Expand All @@ -144,11 +144,11 @@ terraform init
terraform apply
```

![img](/Volumes/HX相关/研究/Terraform/TerraformGoat/images/1655118969.png)
![img](./images/1655118969.png)

The program prompts `Enter a value:`, type `yes` and enter, use curl to access the bucket, you can see the object traversed.

![img](/Volumes/HX相关/研究/Terraform/TerraformGoat/images/1655119171.png)
![img](./images/1655119171.png)

## :rocket: Uninstall

Expand Down

0 comments on commit 74ed643

Please sign in to comment.