Error screenshot ,shown below.

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

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.

相关文章:

  • 2022-12-23
  • 2021-09-22
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
猜你喜欢
  • 2021-07-01
  • 2022-01-07
相关资源
相似解决方案