Skip to content

Vagrant setup with docker provisioning for a simple node application

Notifications You must be signed in to change notification settings

blakeandrewwood/vagrant-docker-node-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3cf1199 · Jun 29, 2016

History

6 Commits
Jun 29, 2016
Jun 29, 2016
Jun 29, 2016
Jun 29, 2016

Repository files navigation

Vagrant Docker Node

Small example for a vagrant setup using docker provisioning

Structure

Vagrant Box: "ubuntu/trusty64"

Network

Node application runs on port 8080 on docker

Docker forwards port 8080 -> 49160 on vagrant

Vagrant forwards port 49160 -> 8080 on host

Setup

vagrant up

Go to localhost:8080 on host

About

Vagrant setup with docker provisioning for a simple node application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published