TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Technology Preview: CoreOS Linux and Xhyve

4 点作者 retrack将近 10 年前

2 条评论

spkane将近 10 年前
A small note that you need gpg installed for this to work. If you have homebrew installed, this is as simple as:<p>$ brew update &amp;&amp; brew install gpg<p>and there is a typo in the commands. The following command should read:<p>$ sudo .&#x2F;coreos-xhyve-run<p>It had an extra sudo in the line originally.
spkane将近 10 年前
Also, a space added to this command:<p>$ docker -H &lt;ip-of-virtual-machine&gt;:2375 run -it --rm busybox<p>between the -H and the IP&#x2F;port.