All Projects → tailhook → Vagga

tailhook / Vagga

Licence: mit
Vagga is a containerization tool without daemons

Programming Languages

rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to Vagga

Sarek
Detect germline or somatic variants from normal or tumour/normal whole-genome or targeted sequencing
Stars: ✭ 124 (-92.91%)
Mutual labels:  containers
Linuxdeploy Cli
Linux Deploy CLI
Stars: ✭ 127 (-92.74%)
Mutual labels:  containers
Dockerfiles
Almost all of these live on dockerhub under jess. Because you cannot use notary with autobuilds on dockerhub I also build these continuously on a private registry at r.j3ss.co for public download. (You're welcome.)
Stars: ✭ 12,213 (+597.89%)
Mutual labels:  containers
Private Tor Network
Run an isolated instance of a tor network in Docker containers
Stars: ✭ 125 (-92.86%)
Mutual labels:  containers
Hivedscheduler
Kubernetes Scheduler for Deep Learning
Stars: ✭ 126 (-92.8%)
Mutual labels:  containers
Cwl Airflow
Python package to extend Airflow functionality with CWL1.1 support
Stars: ✭ 130 (-92.57%)
Mutual labels:  containers
Go2seccomp
Generate seccomp profiles from go binaries
Stars: ✭ 122 (-93.03%)
Mutual labels:  containers
Examples
DC/OS examples
Stars: ✭ 139 (-92.06%)
Mutual labels:  containers
Ckube
A cli to simplify working with kubectl for some common workflows
Stars: ✭ 127 (-92.74%)
Mutual labels:  containers
St2 Docker
StackStorm docker-compose deployment
Stars: ✭ 133 (-92.4%)
Mutual labels:  containers
Jib
🏗 Build container images for your Java applications.
Stars: ✭ 11,370 (+549.71%)
Mutual labels:  containers
Kubler
A generic, extendable build orchestrator.
Stars: ✭ 126 (-92.8%)
Mutual labels:  containers
Miniswarm
Docker Swarm cluster in one command
Stars: ✭ 130 (-92.57%)
Mutual labels:  containers
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (-92.86%)
Mutual labels:  containers
Hyperstart
The tiny Init service for HyperContainer
Stars: ✭ 135 (-92.29%)
Mutual labels:  containers
Training
Container, Monitoring & Logging, Cloud & DevOps Tutorials and Labs
Stars: ✭ 121 (-93.09%)
Mutual labels:  containers
Ops
Tools&scripts for daily devops.
Stars: ✭ 128 (-92.69%)
Mutual labels:  containers
Kathara
A lightweight container-based network emulation system.
Stars: ✭ 139 (-92.06%)
Mutual labels:  containers
Frameworkcontroller
General-Purpose Kubernetes Pod Controller
Stars: ✭ 139 (-92.06%)
Mutual labels:  containers
Ns Process
Code to accompany the "Namespaces in Go" series of articles.
Stars: ✭ 132 (-92.46%)
Mutual labels:  containers

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].