|
|
本帖最后由 gcp 于 2020-7-23 20:10 编辑
https://ttyd.mybluemix.net/
账号密码均为 mjj
- wget https://github.com/tsl0922/ttyd/releases/latest/download/ttyd_linux.x86_64
- chmod +x ttyd_linux.x86_64
复制代码
manifest.yml
- ---
- applications:
- - name: ttyd
- memory: 128M
- disk_quota: 500M
- random-route: true
- command: ./ttyd_linux.x86_64 -p 8080 -m 5 -c mjj:mjj bash
- buildpacks:
- - binary_buildpack
复制代码
- cf api https://api.us-south.cf.cloud.ibm.com
- cf login
- cf push
复制代码 |
|