Not able to start docker using dockerd due to read-only file system error

I am trying to run docker in Ubuntu 14.04 using
sudo dockerd

Getting following error:
chmod /var/lib/docker: read-only file system

Please suggest how to fix this.

Did you solve this problem now?