-
Updated
Nov 4, 2020 - C++
virtual-machine
Here are 1,382 public repositories matching this topic...
-
Updated
Nov 5, 2020 - Rust
-
Updated
Oct 15, 2020 - Shell
-
Updated
Oct 6, 2020
-
Updated
Sep 2, 2020 - LLVM
-
Updated
Nov 5, 2020 - C
-
Updated
Oct 1, 2020 - Java
-
Updated
May 24, 2020 - C
-
Updated
Mar 23, 2019 - C
-
Updated
Nov 5, 2020 - Java
-
Updated
Nov 2, 2020 - Rust
-
Updated
Apr 29, 2020 - Shell
-
Updated
Nov 5, 2020 - Go
-
Updated
Sep 8, 2020 - C
-
Updated
Feb 19, 2019 - C
-
Updated
Aug 2, 2020 - C
-
Updated
Oct 15, 2020 - Ruby
-
Updated
Nov 5, 2020 - C
Using the following YAML should output warnings per offending spec instead of ignoring them silently.
Example:
footloose create
WARN[0000] Options under "spec.ignite" for "manager-%d" are ignored when using the "docker" backend
WARN[0000] Options under "spec.ignite" for "worker-%d" are ignored when using the "docker" backend
INFO[0000] Docker Image: quay.io/footloose/ubuntu18.04 prese
-
Updated
Mar 16, 2020 - Dockerfile
-
Updated
Jan 3, 2020 - C++
-
Updated
Nov 5, 2020 - Go
-
Updated
Aug 19, 2020 - Lua
-
Updated
Aug 26, 2020
BN support in Common
Lots of methods in Common have to do with numbers. We sometimes convert BNs to numbers (for instance block numbers) and feed those to Common. Common should support inputs where this input is of type BN and should also handle arithmetic as BN. We can keep supporting numbers by internally converting it to BN and then feeding it to the same method which handles the input as BN.
Improve this page
Add a description, image, and links to the virtual-machine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the virtual-machine topic, visit your repo's landing page and select "manage topics."
All of our instances are reported as launched on
ubuntu-core-18
now, due to strict confinement andbase: core18
. We should try and find a way to reach out to get the actual host OS.https://github.com/canonical/multipass/blob/d9a72641a254a0613fe4344aa3cb93a67a6b055b/src/daemon/daemon.cpp#L116-L117