/vagga-barge

Vagga on Barge with Vagrant

Primary LanguagePython

Vagga on Barge with Vagrant

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.

Requirements

Boot up

$ vagrant up

That's it.

Hello World

$ 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/