Skip to content

fd98279/docker_experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_experiment

NodeJS with Docker

Pre Reqs: The linux system should have docker installed and running. Install ubuntu using vbox/vagrant: vagrant init ubuntu/trusty64; vagrant up --provider virtualbox Install docker: https://docs.docker.com/installation/ubuntulinux/

To build and run: ./build_and_run.sh

Sample usage: curl -s localhost:49160/fib/10 curl -s localhost:49160/fib/6 curl -s localhost:49160/fib/y curl -s localhost:49160/fib/-1

Tests: ./tests.sh

About

NodeJS with Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors