Error screenshot ,shown below.
Solution:
- Modify the config file 'sysctl.conf' as root # vi /etc/sysctl.conf - Add the configuration as below: vm.max_map_count=655360
- Excute the command: # sysctl -p //upload system parameters. - Run "docker run ..." again.