设置 tfe 容器的运行环境

1.透传 TAP 网卡到 tfe 的容器里
	2.在宿主机设置 sysctl 参数
This commit is contained in:
luwenpeng
2021-03-18 10:02:34 +08:00
parent 67c83e2912
commit bf6d9cf897
3 changed files with 118 additions and 7 deletions

View File

@@ -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