Files
hacktricks-cloud/src/pentesting-cloud/digital-ocean-pentesting/do-services/do-projects.md

796 B
Raw Blame History

DO - プロジェクト

{{#include ../../../banners/hacktricks-training.md}}

基本情報

プロジェクトは、すべてのサービスドロップレット、スペース、データベース、Kubernetes...)が内部で一緒に実行されるためのコンテナです。
詳細については、次を確認してください:

{{#ref}} ../do-basic-information.md {{#endref}}

列挙

ユーザーがアクセスできるすべてのプロジェクトと、プロジェクト内で実行されているすべてのリソースを簡単に列挙することが可能です:

doctl projects list # Get projects
doctl projects resources list <proj-id> # Get all the resources of a project

{{#include ../../../banners/hacktricks-training.md}}