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.
![Max virtual memory areas vm.max_map_count [65530] likely too low, increase to at least [262144].](/download/attachments/9104222/bug.png?version=1&modificationDate=1486722162000&api=v2)