$ brew update && brew install gpg
and there is a typo in the commands. The following command should read:
$ sudo ./coreos-xhyve-run
It had an extra sudo in the line originally.
$ docker -H <ip-of-virtual-machine>:2375 run -it --rm busybox
between the -H and the IP/port.
$ brew update && brew install gpg
and there is a typo in the commands. The following command should read:
$ sudo ./coreos-xhyve-run
It had an extra sudo in the line originally.