Cf bind-service

1 개요[ | ]

Cloud Foundry - Binding to a Service Instance
cf bind-service
cf bs
  • 서비스를 앱에 붙여주는 cf 명령어
  • 하나의 서비스(예: DB)를 여러 개의 앱에 붙일 수 있음
  • 붙이고 나면 cf env 앱이름 명령어를 통해 서비스 정보 확인가능
C:\Users\jmnote\Desktop\spring-music>cf bs spring-music spring-music-db
Binding service spring-music-db to app spring-music in org zeta / space developm
ent as jmnote@example.com...
OK
TIP: Use 'cf restage spring-music' to ensure your env variable changes take effe
ct

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}