I am trying to startup or some docker containers or at least busy with the docker containers. After first installation every thing whas working perfect. and dint do any thin
I got the solution:
[OPTIONAL] Just use sudo systemctl stop apparmor && systemctl disable apparmor
sudo systemctl stop apparmor
systemctl disable apparmor
After restarting docker using sudo service docker restart and then run reboot
sudo service docker restart
reboot
This will solve the issue.