ops/README.md

544 B

Nanovms Command Line Interface

CircleCI

Interactive command line interface for interacting with Nanovms Unikernel.

Building

  1. Clone the repository.
  2. Install dependencies:
    • make deps
  3. Build
    • make build

Setup networking

bridge network

sudo nvm net setup

reset

sudo nvm net reset

Build a bootable image

nvm build <ELFBinary>

Package and run

nvm run <ELFBinary>
OR
nvm run -p <port> <ELFBinary>