Skip to content

IRN-Kawakaze/v2ray-cloudfoundry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# v2ray-cloudfoundry

push v2ray on ibm cloudfoundry

english:

//open ibm shell

git clone https://github.com/badafans/v2ray-cloudfoundry.git

cd v2ray-cloudfoundry/v2ray

chmod +x *

//you can edit config.json as you want

cd ..

//edit manifest.yml

applications:

- path: .

  name: GetStartedGo//change this name to your cloudfoundry name

  random-route: true

  memory: 128M//change memory to 64M,128M,256M

ibmcloud target --cf

ibmcloud cf push

//waiting cloudfoundry restart success!

中文说明:

//打开ibm官方shell,注意不是容器的ssh

git clone https://github.com/badafans/v2ray-cloudfoundry.git

cd v2ray-cloudfoundry/v2ray

chmod +x *

//你可以自定义修改v2ray的配置文件 config.json

cd ..

这里要自己去修改 manifest.yml文件

applications:

- path: .

  name: GetStartedGo//这里改成你的容器的名称

  random-route: true

  memory: 128M//这里改成你的容器的内存

ibmcloud target --cf

ibmcloud cf push

//等待cloud foundry重启成功!

About

push v2ray on ibm cloudfoundry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%