## 1.Machine Information ``` [root@kube-gmg-03-master-1 ~]# uname -a Linux kube-gmg-03-master-…
## problem When we push the image to the private repository, as follows: ``` $ docker push…
The premise of the problem is this, we have modified the code of a certain module of the platform, …
## uninstall k8s ``` kubeadm reset -f modprobe -r ipip lsmod rm -rf ~/.kube/ rm -rf /etc/ku…
## error When connecting to MySql database remotely ``` ERROR 1045 (28000): Access denied fo…
## error ``` [root@localhost ~]# docker swarm join --token SWMTKN-1-10s4 10.10.185.111:2377 Erro…
## error Enter the installation directory of the `harbor` warehouse and execute `docker-compose …
## error When kubelet node `join`, error `vfs not support` is reported ``` [ERROR SystemVeri…
## error ``` [root@hadoop03 elk-01]# kubectl get pods -n elk NAME …
## solution Restart docker ``` systemctl restart docker ```
## preface Docker is an open platform for developing, delivering and running applications. Docke…
Make an error log, I use the `powershell` of the windows system to save `docker save xxx | gzip>…
## error ``` ERROR: Couldn't connect to Docker daemon at http+docker://localhost-is it running?…
An error occurred when docker was running ``` docker: Error response from daemon: OCI runtim…
Create a network, the network specifies the IP to run the container to report an error, ## reaso…
## 1\. Problem description: When trying to query the image through docker, a `401` was reported …
In the environment where docker is located, such as centos execute: ## 1\. Modify resolv.conf …
## error Execute `docker pull xx.xx.xx.xx/xx/xx`, and the following error is reported when downl…
## error After the registrator server in consul is installed, an error is reported when the cont…
## background Run and start the mysql container on the local mac docker ``` docker run -d -p…
### background Run and start the mysql container on the local mac docker ``` docker run -d -…
## error Using mac M1 build image, running on linux report ``` standard_init_linux.go:219: …
``` Traceback (most recent call last): File "docker\api\client.py", line 214, in _retrieve_server…
## solution `network=host` is considered insecure. You need to pass ``` --buildkitd-flags'-…
ORA-609 : opiodr aborting process unknown ospid (8327\_47148946930848) As a general error, the O…
## error docker startup error check log `/var/log/messages` ``` tail -n 200 /var/log/mess…
Don’t know if you have encountered it during your work. docker reports an error when deleting th…
## description An error is reported when customizing the IP segment for the docker container: …
Today, I encountered the `error during connect` problem on one of my WIN10 computers, which is real…
## method that not work anymore ``` docker exec -it --user root -e NVIDIA_VISIBLE_DEVICES=0,1…
After centOS7.6 installs docker, execute it in the directory where the `docker-compose.yml` file is…
## description Docker-Compose RabbitMQ error: ``` error: RABBITMQ_DEFAULT_PASS is set but de…
## Problem The following error occurred when running docker: ``` docker: Error response fro…
## description error message when install AMQP through docker: ``` ConnectionException: Sock…
## Prerequisites First of all, your Centos system must be 64-bit, regardless of the version. And…
Install docker The installation command is as follows: ``` curl -fsSL https://get.docker.co…