docker网络模式 bridge模式,--net=bridge(默认) 这是dokcer网络的默认设置。安装完docker,系统会自动添加一个供docker使用的网桥d
中心云主机(x.x.x.x) /home/frp/frps.toml bindAddr = "0.0.0.0" bindPort = 8070 auth.token = "your_pwd" transport.tls.force = true vhostHTTPPort = 8071 webSe
git 提交comment规范 <type>(<scope>): <subject> <body> <footer> 大致分为三个部分(使用空行分割): 标题行, 必填, 描述主要修改类
what’s this install gitlab/gitlab runner in linux install gitlab gitlab home dir export GITLAB_HOME=/srv/gitlab run gitlab container docker run --det
configure the .gitmodules file in your project root dir [submodule "backtest_task"] path = project_name url = git@ip_or_host:group_name/project_name