ops/README.md

24 lines
544 B
Markdown
Raw Normal View History

2018-09-12 04:07:08 +08:00
# Nanovms Command Line Interface
2018-09-15 06:44:02 +08:00
[![CircleCI](https://circleci.com/gh/nanovms/nvm.svg?style=svg)](https://circleci.com/gh/nanovms/nvm)
2018-09-12 04:07:08 +08:00
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
2018-09-18 01:29:07 +08:00
`sudo nvm net reset`
# Build a bootable image
`nvm build <ELFBinary>`
# Package and run
nvm run <ELFBinary>
OR
nvm run -p <port> <ELFBinary>