有没有办法从 vagrant vm 中打开浏览器窗口?它是这样说的:
$ open .
Couldn't get a file descriptor referring to the console
$ open http://localhost:3000
Couldn't get a file descriptor referring to the console
由于我在 ubuntu 上的虚拟机中,我猜想该 open 命令可能不起作用或不存在。但是有办法实现这一点吗?
答案1
假设您想要一个与 OS Xopen
命令大致相同的命令,但它在 Ubuntu 环境中而不是 OSX 中打开东西,那么您可能需要gnome-open
或xdg-open
。