Skip to content

ailispaw/vagga-barge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Vagga on Barge with Vagrant

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages