The Wayback Machine - https://web.archive.org/web/20200920201721/https://github.com/topics/virtual-machine
Skip to content
#

virtual-machine

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

multipass
clubh
clubh commented Sep 4, 2020

Mounting using sshfs does not follow symlinks on Mac.

If ~/www is a symlink then the mounting succeeds to create localsrv:/www, but the directory is empty.

multipass mount ~/www localsrv:/www

Is there a way to enable follow_symlinks when mounting?

  • OS: OSX Catalina
  • Multipass: 1.4
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
ethereumjs-vm
BigMurry
BigMurry commented May 12, 2020

I'm trying to use ethereumjs-blockchain to read the raw levedb data created by geth, but I failed to do so.
And I also try to use the dbManager to read the levedb data, failed again. My steps are:

  1. sync some the blockchain data by using geth --goerli --datadir <my data dir>
  2. write code to read the level db data.
const level = require('level');
const DbManager = requ

Kata Containers version 2.x repository. Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/

  • Updated Sep 20, 2020
  • Go

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.