Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.55 KB

install.md

File metadata and controls

49 lines (41 loc) · 1.55 KB

Installing UniK

Prerequisites:


Install

$ git clone https://github.com/ilackarms/unik.git
$ cd unik
$ make
$ _build/unik
Unik is a tool for compiling application source code
into bootable disk images. Unik also runs and manages unikernel
instances across infrastructures.
...

This will place the unik executable at unik/_build/unik. Run UniK commands with ./_build/unik, or move the binary to somewhere in your path, such as /usr/local/bin to run commands from anywhere with unik [command]

Continue to configuration to learn how to configure your UniK setup

Building Containers from Source

By default, make will pull all of the necessary container images from Docker Hub. If you wish to build containers from sources, you will need:

$ make containers

Uninstall

unik binary
$ make uninstall
UniK docker containers
$ make remove-containers