Steps:
Generate a Base 64 keyfile for Mongo node authentication. Place this file in chef data_bags
Go to chef suppermarket and download docker cookbook. Generate a custom cookbook (e.g custom_mongo) and add depends 'docker', '~> 2.0' to your cookbook's metadata.rb
Create an attribu...