Skip to content
#

virtual-machine

Here are 1,272 public repositories matching this topic...

Dohxis
Dohxis commented Mar 9, 2017

Here I have another suggestion, this time about our Gravity's CLI. I come up with this list of improvements which I think should benefit the project:

  • If no arguments passed it should display help section instead of opening REPL
  • To open REPL add a new flag for example gravity --repl
  • gravity new [project] - a new simple command to create new project. (A wizard which helps with co
multipass
hemna
hemna commented Apr 2, 2020

What are you trying to do?
I would like to be able to use a cloud-init.yml from a url while launching a new vm

multipass launch -n test -c 2 --cloud-init http://my-home.com/multipass/cloud-init.yml

What's your proposed solution?
--cloud-init should support http:// files

Additional context
Add any other context or screenshots about the feature request here.

kasiagauza
kasiagauza commented Jul 9, 2019

Behavior:

Issuing vagarant hostmanager with "-h" or "--help" updates host files on vm(s). It shouldn't. Help message gets printed, anyway.

Step to reproduce:

vagrant hostmanager -h
   Usage: vagrant hostmanager [vm-name]
    --provider provider          Update machines with the specific provider.
    -h, --help                       Print this help
[vagrant-hostmanager:g
stealthybox
stealthybox commented Sep 6, 2019

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
RamiLego4Game
RamiLego4Game commented May 22, 2019

Is your feature request related to a problem? Please describe.
The current documentation of LIKO-12 suffers from many problems, including:

  • Generated on the user's browser, and so it's not indexable by search engines.
  • It's hard to navigate between pages.
  • The theme is not much good.

Describe the solution you'd like
We want a better documentation software, which:

  • Stores the d
ethereumjs-vm
s1na
s1na commented Apr 27, 2020

Discussing the API with @jochem-brouwer we thought it might be easier from a developer PoV to have a modifyAccountFields that internally fetches an account from the trie, modify the given fields and then do a putAccount. This is to avoid users having to to the getAccount everytime they want to change an account. The method should probably throw if account doesn't exist.

Improve this page

Add a description, image, and links to the virtual-machine topic page so that developers can more easily learn about it.

Curate this topic

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

Learn more

You can’t perform that action at this time.