Vagga is a containerization tool to create development environments without daemons unlike Docker.
This shows how to create a Vagga environment on Barge with Vagrant instantly.
$ vagrant up
That's it.
$ vagrant ssh
Welcome to Barge 2.3.4, Docker version 1.10.3, build 20f81dd
[bargee@barge ~]$ cd hello-world/
[bargee@barge hello-world]$ vagga
Available commands:
run Run flask app
[bargee@barge hello-world]$ vagga run
.
.
.
* Running on http://0.0.0.0:5000/
At an another terminal
$ open http://localhost:5000/