Docker Samples Learning samples for docker usage. Prerequisites Install docker. On Windows On Mac On Linux Hello world Sample Go to cd hello-world. Review the files. Build with ./build.sh. Run with ./up.sh. Destroy with ./down.sh. Some apps as Docker appliances Mongodb Use the scripts up.sh and down.sh to start/stop them. Microservice Sample Docker file sample TODO sample: https://github.com/ijason/NodeJS-Sample-App