Tools

Tools

 HartreeeVkcal/molkJ/mol
1 Hartree127.211386 eV627.509 kcal/mol2625.5 kJ/mol
1 eV0.0367493 Eh123.0605 kcal/mol96.485 kJ/mol
1 kcal/mol0.0015936 Eh0.0433641 eV14.184 kJ/mol
1 kJ/mol0.0003800 Eh0.0103643 eV0.2390 kcal/mol1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
  "registry-mirrors": [
    "https://docker.hpcloud.cloud",
    "https://docker.m.daocloud.io",
    "https://docker.unsee.tech",
    "https://docker.1panel.live",
    "http://mirrors.ustc.edu.cn",
    "https://docker.chenby.cn",
    "http://mirror.azure.cn",
    "https://dockerpull.org",
    "https://dockerhub.icu",
    "https://hub.rat.dev"
  ]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker

Docker 镜像加速列表

1
test