1 개요[ | ]
- cf create-service
- cf cs
Console
Copy
root@zetawiki:~# cf create-service elephantsql turtle spring-music-db
Creating service instance spring-music-db in org zeta / space development as jmnote@example.com...
OK
root@zetawiki:~# cf services
Getting services in org zeta / space development as jmnote@example.com...
OK
name service plan bound apps last operation
spring-music-db elephantsql turtle create succeeded
Console
Copy
root@zetawiki:~# cf cs mongolab sandbox spring-music-mongo
Creating service instance spring-music-mongo in org zeta / space development as jmnote@example.com...
OK
root@zetawiki:~# cf services
Getting services in org zeta / space development as jmnote@example.com...
OK
name service plan bound apps last operation
spring-music-db elephantsql turtle spring-music create succeeded
spring-music-mongo mongolab sandbox create succeeded
Console
Copy
root@zetawiki:~# cf cs cleardb spark spring-music-mysql
Creating service instance spring-music-mysql in org zeta / space development as jmnote@example.com...
OK
root@zetawiki:~# cf services
Getting services in org zeta / space development as jmnote@example.com...
OK
name service plan bound apps last operation
spring-music-db elephantsql turtle spring-music create succeeded
spring-music-mongo mongolab sandbox create succeeded
spring-music-mysql cleardb spark create succeeded
2 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.