- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何列出从 hyperkit 启动的虚拟机?
hyperkit 帮助仅在下面:
hyperkit -h 11:25:45
Usage: hyperkit [-behuwxMACHPWY] [-c vcpus] [-F <pidfile>] [-g <gdb port>] [-l <lpc>]
[-m mem] [-p vcpu:hostcpu] [-s <pci>] [-U uuid] -f <fw>
-A: create ACPI tables
-c: # cpus (default 1)
-C: include guest memory in core file
-e: exit on unhandled I/O access
-f: firmware
-F: pidfile
-g: gdb port
-h: help
-H: vmexit from the guest on hlt
-l: LPC device configuration. Ex: -l com1,stdio -l com2,autopty -l com2,/dev/myownpty
-m: memory size in MB, may be suffixed with one of K, M, G or T
-M: print MAC address and exit if using vmnet
-P: vmexit from the guest on pause
-s: <slot,driver,configinfo> PCI slot config
-u: RTC keeps UTC time
-U: uuid
-v: show build version
-w: ignore unimplemented MSRs
-W: force virtio to use single-vector MSI
-x: local apic is in x2APIC mode
-Y: disable MPtable generation
最佳答案
由于 hyperkit 只是“a toolkit for embedding hypervisor capabilities in your application.”,它不提供直接管理虚拟机的工具。
查看所有虚拟机的方法是:
$ ps -Af | grep hyperkit
0 35982 1 0 2:50PM ttys000 3:27.65 /usr/local/bin/hyperkit -A -u -F /Users/youruser/.minikube/machines/minikube/hyperkit.pid -c 2 -m 4000M -s 0:0,hostbridge -s 31,lpc -s 1:0,virtio-net -U 39c5590a-cdac-11ea-b300-acde48001122 -s 2:0,virtio-blk,/Users/youruser/.minikube/machines/minikube/minikube.rawdisk -s 3,ahci-cd,/Users/youruser/.minikube/machines/minikube/boot2docker.iso -s 4,virtio-rnd -l com1,autopty=/Users/youruser/.minikube/machines/minikube/tty,log=/Users/youruser/.minikube/machines/minikube/console-ring -f kexec,/Users/youruser/.minikube/machines/minikube/bzimage,/Users/youruser/.minikube/machines/minikube/initrd,earlyprintk=serial loglevel=3 console=ttyS0 console=tty0 noembed nomodeset norestore waitusb=10 systemd.legacy_systemd_cgroup_controller=yes random.trust_cpu=on hw_rng_model=virtio base host=minikube
如果您在前面的命令中看到带有“
-l com1,autopty=/Users/youruser/.minikube/machines/minikube/tty
”这样的可用 tty 的“-l”标志,您可能能够像在
How do I see a list of all minikube clusters running in Docker on my mac? 中那样打开串行 tty。 :
$ sudo screen /Users/youruser/.minikube/machines/minikube/tty
Welcome to minikube
minikube login: root
_ _
_ _ ( ) ( )
___ ___ (_) ___ (_)| |/') _ _ | |_ __
/' _ ` _ `\| |/' _ `\| || , < ( ) ( )| '_`\ /'__`\
| ( ) ( ) || || ( ) || || |\`\ | (_) || |_) )( ___/
(_) (_) (_)(_)(_) (_)(_)(_) (_)`\___/'(_,__/'`\____)
# docker ps
... <== shows a bunch of K8s containers
关于hyperkit - 如何列出从 hyperkit 启动的虚拟机?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59674804/
如何列出从 hyperkit 启动的虚拟机? hyperkit 帮助仅在下面: hyperkit -h
尝试运行时 minikube使用 hyperkit,我收到有关未安装 xhyve 的错误。我安装并重新运行 minikube start --vm-driver hyperkit没有问题。 我的印象是
我安装了 minikube和 Virtualbox在 OS X 上运行良好,直到我执行minikube delete之后我试过了minikube start并得到以下 😄 minikube v1.5
Docker for Mac使用 HyperKit 创建的 Linux VM用于在 Mac 上存储和运行容器。 使用 Docker Toolbox,我可以打开 VirtualBox 并访问 docke
在 macOS 上使用 docker (docker-compose)。当运行 Docker 容器并将 Visual Studio Code (VSCode) 附加到事件的应用程序容器时,它可能会使
我在 MacOS Mojave 上运行 docker desktop community 2.1.0.3。我已经为 Docker 分配了 8GB 的内存,这看起来已经很多了(这是我 RAM 的一半
我是一名优秀的程序员,十分优秀!