Q3. What is the differenece between docker pause and docker unpause?

The docker pause command suspends all processes in the specified containers. On Linux, this uses the freezer cgroup. 

The docker unpause command un-suspends all processes in the specified containers.