報錯如下:
/usr/bin/docker-current: cannot connect to the docker daemon at tcp://localhost:2375. is the docker daemon running?.
see '/usr/bin/docker-current run --help'.
解決辦法:
進入 /lib/systemd/system/docker.service
原檔案部分內容:
execstart=/fsr/bin/dockerd-current \
--add-runtime docker-runc=/usr/libexec/docker/docker-runc-current \
--default-runtime=docker-runc \
--exec-opt native.cgroupdriver=systemd \
--userland-proxy-path=/usr/libexec/docker/docker-proxy-current \
--init-path=/usr/libexec/docker/docker-init-current \
--seccomp-profile=/etc/docker/seccomp.json \
$options \
$docker_storage_options \
$docker_network_options \
$add_registry \
$block_registry \
$insecure_registry \
$registries
這上述部分全部注釋,並重新寫成如下部分內容:
execstart=/usr/bin/dockerd -h tcp: -h unix:///var/run/docker.sock -h tcp:
其他引數不變,重啟docker
systemctl daemon-reload
systemctl restart docker.service
完成後,檢視是否啟動正常,並且可以看到版本資訊
[root@localhost system]# docker version
client:
version: 1.13.1
api version: 1.26
package version: docker-1.13.1-102.git7f2769b.el7.centos.x86_64
go version: go1.10.3
git commit: 7f2769b/1.13.1
built: mon aug 5 15:09:42 2019
os/arch: linux/amd64
server:
version: 1.13.1
api version: 1.26 (minimum version 1.12)
package version: docker-1.13.1-102.git7f2769b.el7.centos.x86_64
go version: go1.10.3
git commit: 7f2769b/1.13.1
built: mon aug 5 15:09:42 2019
os/arch: linux/amd64
experimental: false
解決dockers無法啟動
記錄一下 折騰了一天 一台伺服器跑 崩了 重啟後,dockers無法使用,啟動docker 報 job for docker.service failed because the control process exited with error code.see systemctl status ...
WP Super Cache 安裝後無法使用
sudo chmod 777 var www html wordpress wp content 進入wp content目錄 cd var www html wordpress wp content檢查wp cache config.php是否存在,若不存在則將.plugins wp super ...
ubuntu上安裝curl後無法使用
今天準備在我的ubuntu上安裝curl玩一玩,在ubuntu上安裝curl可以參考 curl 安裝 安裝成功之後,我使用 curl version判斷curl是否安裝成功時,發現報錯,curl無法使用 解決方法 可以知道curl位址為 usr local bin目錄下 2 修改 etc ld.so...