Skip to content

Latest commit

 

History

History
 
 

server

Kontena Server

Features

  • Access control
  • Orchestrates multiple Docker grids (clusters)
  • Container logs
  • Container metrics
  • Audit log
  • Service abstraction
  • Scheduler
  • Realtime (websocket) channel to Kontena Agents

Development

Run all tests

CI=1 bundle exec rspec

Run single test suite

CI=1 bundle exec rspec spec/models/host_node_spec.rb

Get started

Start app

$ docker-compose up

Build:

$ docker build -t kontena/server .

License

Kontena is licensed under the Apache License, Version 2.0. See LICENSE for full license text.