我的主机(OSX)上正在运行一个Vagrant框:
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/xenial64"
end
在“无业游民”框中,我有一个运行在10.0.3.93
的LXC。它的Nginx服务在端口80上运行。
$ lxc-ls -f
NAME STATE AUTOSTART GROUPS IPV4 IPV6
thelxc RUNNING 0 - 10.0.3.93 -
问题: