gdcloud harbor instances create

NAME

gdcloud harbor instances create – Erstellt eine Harbor-Instanz.

ZUSAMMENFASSUNG

gdcloud harbor instances create INSTANCE_NAME [flags]

BEISPIELE

To create a Harbor instance, run:

  gdcloud harbor instances create example-instance \
  --project=example-project \
  --initial-harbor-project=foo
  --initial-harbor-project-enable-vulnerability-scanning=true

OPTIONALE FLAGS

      --initial-harbor-project string                          Initial Harbor project created along with the Harbor instance. If omitted, an initial Harbor project is not created.
      --initial-harbor-project-enable-vulnerability-scanning   Enable vulnerability scanning for the initial Harbor project. Only evaluated if --initial-harbor-project was used. (default true)

GDCLOUD-WEITE FLAGS

Diese Flags sind für alle Befehle verfügbar: --configuration, --format, --help, --project, --quiet.

Weitere Informationen finden Sie auf der Seite Übersicht über die Referenz zur gcloud CLI.