ops
ops copied to clipboard
ops - build and run nanos unikernels
Upcloud allows connecting instance console through vnc https://github.com/mitchellh/go-vnc
#547 We can track hyper-v virtual machines log by attaching a Windows named pipe to a COM port and reading its content. However, reading the content of the named pipe...
noticed there is no support currently for multiple bridges https://github.com/nanovms/ops/blob/master/network.go#L40
I've discovered that ops image create for vsphere can be unreliable. The FileUpload and Copy steps in CreateImage will fail some 30-50% of the time. They currently are not checked...
https://www.zerotier.com/2019/08/21/how-zerotier-eliminated-kernel-extensions-on-macos/
Hi! I am working on trying to set up an Apache Spark Master/Worker-cluster (locally), but I am having some issues with the Worker-node. It throws the following error message when...
Each cloud provider must have the capability to get %cpu and %mem of running instances.
looks like this can be used to do so -> ``` govc vm.customize ```