Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 502 Bytes

File metadata and controls

30 lines (20 loc) · 502 Bytes

docker-node-mongo-test

Reference

Tutorial from Docker development workflow: Node, Express, Mongo

Developpement using composer

docker-compose up

Build and Run docker Images

Build

docker build -t node-mongo-test:0.1 .

Run

> docker run -ti node-mongo-test:0.1 
Example app listening on port 3000!
# test
> curl -i http://localhost:3000/
Hello world