#container #image #process #command #version #linux #info

app tailhook/vagga

Vagga is a containerization tool without daemons

11 unstable releases

0.8.1 Jul 31, 2018
0.8.0 Sep 22, 2017
0.7.2 Apr 3, 2017
0.7.1 Mar 21, 2017
0.4.1 Nov 3, 2015

#807 in Unix APIs

1,849 stars & 49 watchers

740KB
20K SLoC

Vagga

Vagga is a fully-userspace container engine inspired by Vagrant and Docker, specialized for development environments.

Note version 0.2 changed format of vagga.yaml see Release Notes and Upgrading for more info.

Major Features Are:

  • Running programs in linux containers (not a full virtualization like Vagrant)
  • Fully userspace containers, no need for elevated privileges like for Docker
  • Runs containerized process as a child of current shell, no attach/detach hell
  • Images are automatically rebuilt and versioned
  • Vagga has tools to manage trees of processes (so you run your redis-python-nginx server with one command)
  • Compatibility with Vagrant-LXC and Docker

More deep feature description in docs

Disclaimer: This is beta quality software. But since it's only used for development environments it's safe to use for most projects. Some incompatible changes in configuration file might be introduced until release of vagga 1.0, but it will never affect your production servers.

Documentation

Join the chat at https://gitter.im/tailhook/vagga

Dependencies

~9–24MB
~375K SLoC