1 개요[ | ]
- cf create-org
- 조직을 생성하는 cf 명령어
2 실행예시[ | ]
Console
Copy
root@zetawiki:~# cf orgs
Getting orgs as admin...
name
default
Console
Copy
root@zetawiki:~# cf create-org testers
Creating org testers as admin...
OK
Assigning role OrgManager to user admin in org testers ...
OK
TIP: Use 'cf target -o testers' to target new org
Console
Copy
root@zetawiki:~# cf orgs
Getting orgs as admin...
name
default
testers
Console
Copy
root@zetawiki:~# cf org testers
Getting info for org testers as admin...
OK
testers:
domains: example.com
quota: default (10240M memory limit, Unlimited instance memory limit, 1000 routes, 100 services, paid services allowed)
spaces:
space quotas:
3 같이 보기[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.