Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 646 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 646 Bytes

Docker demonstration

Clone this repo with git clone --recursive https://github.com/thlacroix/docker-demo.git

To boot the VM, install docker and pull some base images, run vagrant up

You can then ssh to the VM by using vagrant ssh

All the code will be available in the /vagrant directory

You can begin with the curl demo

You can then build and/or launch MongoDB, the node.js application and the fake-s3 service

If you need, you can find some documentation on commands and Dockerfile