On Fri, Jan 29, 2021 at 09:58:08AM +0800, Li Yuanchao wrote:
On Fri, Jan 29, 2021 at 09:27:30AM +0800, Liu Yinsi wrote:
[how] before: execute "./install-tiny", locally deploy compass-ci, can submit job, run containers services, run qemu test. after: execute "./install-tiny server reboot", locally deploy compass-ci server, just run containers servers.
[why] some user who locally deploy compass-ci, the host which just run containers can only access intranet,
intranet => internet
the host can only access intranet, can't access internet.
Do you mean the host can't connect to the internet,
yes
so containers which need internet can't run successfully?
we will providers docker images cgz file to users, so run containers no need internet, they can successfully deploy containers.
but for other scripts like 0-package/install, 3-code/git, need to execute gem install, git clone, yum install will not successfully, so the host just run containers.
Thanks, Yinsi
Thanks, Yuanchao