1 개요[ | ]
- cf create-shared-domain
- 모든 조직(org)에서 사용가능한 공유도메인을 생성하는 cf 명령어
- 관리자만 가능함
2 실행예시[ | ]
Console
Copy
root@zetawiki:~# cf domains
Getting domains in org zeta as adminuser03@example.com...
name status type
zetawiki.com shared
Console
Copy
root@zetawiki:~# cf create-shared-domain example.com
Creating shared domain example.com as adminuser03@example.com...
OK
Console
Copy
root@zetawiki:~# cf domains
Getting domains in org zeta as adminuser03@example.com...
name status type
zetawiki.com shared
example.com shared
3 같이 보기[ | ]
- cf delete-shared-domain - 공유 도메인 삭제(관리자만 가능)
- cf create-domain - 도메인 생성
- cf domains - 도메인 목록 조회
- cf 명령어
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.