1 개요[ | ]
- Cloud Foundry - Binding to a Service Instance
- cf bind-service
- cf bs
- 서비스를 앱에 붙여주는 cf 명령어
- 하나의 서비스(예: DB)를 여러 개의 앱에 붙일 수 있음
- 붙이고 나면
cf env 앱이름
명령어를 통해 서비스 정보 확인가능
doscon
Copy
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 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.