设置 tfe 容器的运行环境
1.透传 TAP 网卡到 tfe 的容器里 2.在宿主机设置 sysctl 参数
This commit is contained in:
@@ -169,14 +169,14 @@ serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
|
||||
;[include]
|
||||
;files = relative/directory/*.ini
|
||||
|
||||
[program:tfe-env]
|
||||
user=root
|
||||
Command=bash -c "/opt/tsg/tfe/tfe-env.sh start"
|
||||
directory=/opt/tsg/tfe/
|
||||
;[program:tfe-env]
|
||||
;user=root
|
||||
;Command=bash -c "/opt/tsg/tfe/tfe-env.sh start"
|
||||
;directory=/opt/tsg/tfe/
|
||||
|
||||
startsecs=0
|
||||
startretries=0
|
||||
autorestart=false
|
||||
;startsecs=0
|
||||
;startretries=0
|
||||
;autorestart=false
|
||||
|
||||
[program:tfe]
|
||||
user=root
|
||||
|
||||
Reference in New Issue
Block a user