Max virtual memory areas vm.max_map_count [65530] likely too low, increase to at least [262144].

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.
原文地址:https://www.cnblogs.com/elena-shao/p/6548819.html