Provisioning of docker machine and replica set.
Ans:- Docker machine provisioning is used to replicate the desired state of system or if the current machine has occurred some failure.
docker-machine provision .
Provisioning will -
Will set the same hostname of machine as previous.
Will install docker itself.
Will generate self signed SSL certs.
Configuration of Docker engine.
Configure docker swarm (if applicable)