mirror of https://github.com/nanovms/ops.git
544 B
544 B
Nanovms Command Line Interface
Interactive command line interface for interacting with Nanovms Unikernel.
Building
- Clone the repository.
- Install dependencies:
make deps
- 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>