ops
ops copied to clipboard
ops - build and run nanos unikernels
Hi @eyberg ! Joshua here! I saw the page on https://repo.ops.city/ that we are able to have databases as images (I saw that MongoDB, MySQL, Meilisearch are possible on the...
Hello, I'm working on an Golang application that makes use of QUIC UDP, and I'm getting the following error when I try to run it on nanovms/ops: `read udp 0.0.0.0:60866:...
we recently got initial ipv6 support and it turns out qemu user-mode networking doesn't actually listen on ipv6 regardless https://bugs.launchpad.net/qemu/+bug/1724590 this isn't a huge problem - except for people that...
Running 'ops volume create' with the same name twice creates two volume files in ~/.ops/volumes with different UUIDs but the same volume name and follow-up commands on the volume name...
right now we don't really enforce naming conventions even though all the images are standard disk images - it's prob. worth specifying them as .img or something and I believe...
When creating an instance on Azure, if the actual virtual machine creation step fails, the related resources (virtual network, ip address, etc.) that were created in prior steps are not...
https://github.com/nanovms/nanos/issues/1693
In ops/cmd/run_local_instance.go, network.SetupNetworkInterfaces() and network.TurnOffNetworkInterfaces() are called unconditionally if a tap device is specified. This is convenient behavior when the user does not already have bridge and tap devices configured,...
Invoking 'ops run' or 'ops pkg run' with --verbose or --show-debug appear to show no additional output. I vaguely recall that, at some point in the past, at least one...