Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Commit

Permalink
Travis build status
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusS committed Aug 17, 2015
1 parent c523de0 commit b600366
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Just-In-Time Summoning of Unikernels #

*Jitsu is experimental software. See [LICENSE](#license) for conditions*
*Jitsu is experimental software. See [LICENSE](#license) for conditions.*

Jitsu is a forwarding DNS server that automatically boots [unikernels](http://wiki.xenproject.org/wiki/Unikernels) on demand. When a DNS query is received, Jitsu first checks for a local unikernel that is mapped to the requested domain. If a unikernel is found, the unikernel is started and its IP is returned to the client. Otherwise, the request is forwarded to the next DNS server. If no DNS requests are received for the unikernel within a given timeout period it is automatically stopped.

Expand All @@ -14,6 +14,8 @@ Jitsu supports several backends to manage the unikernel VMs. Currently [libvirt]
- Bugtracker: https://github.com/mirage/jitsu/issues
- Development version: https://github.com/mirage/jitsu

[![Build Status](https://travis-ci.org/mirage/jitsu.svg)](https://travis-ci.org/mirage/jitsu)

#### Overview ####

- [Installing Jitsu](#installing-jitsu)
Expand Down

0 comments on commit b600366

Please sign in to comment.