ops icon indicating copy to clipboard operation
ops copied to clipboard

ops - build and run nanos unikernels

Results 134 ops issues
Sort by recently updated
recently updated
newest added

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...

good first issue
networking
dx
ipv6

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...

volumes

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...

refactoring

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...

azure

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,...

networking

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...