Docker failed to start Docker Application Container Engine.

tags: docker  

1. Personal environment

vmware15+centos7.9+kernel 3.10
The docker version is 17.06.1-ce

2. Problem picture

3. The reason for this problem is

I directly deleted the old version of docker, but the old version of docker once installed images and containers. Finally, after installing the new version of docker, starting docker will fail, because the location of the image and container is occupied by the old version of docker, all will fail to start

4. Solution

Just delete the old version of the docker file directly
rm -rf /var/lib/docker/
Note that there is a / at the end of the above, indicating that the files under the docker directory are deleted

If it shows that it cannot be deleted, umount each file in the /var/lib/docker directory
unmount /var/lib/docker/xxx

Finally, thanksThis blogger's blog

Intelligent Recommendation

Start docker error: Failed to start Docker Application Container Engine.

See the picture below for errors Focus on the following error: Base Device UUID and Filesystem verification failed. By default, Docker uses the loop device to store the image and stores it in /var/lib...

Docker startup error: Failed to start Docker Application Container Engine.

Today docker started to report an error: Recall that before configuring Alibaba Cloud's image accelerator, and then modify the image back, still not. I couldn't understand it. Later, I carefully obser...

docker get up error: Failed to start Docker Application Container Engine.

First, install linux virtual machine on a docker Appendix commonly used commands: 1. Mirror operation   operating command Explanation Retrieval docker search keywords eg: docker search redis We o...

docker get up error: Failed to start Docker Application Container Engine

A, docker version Check whether the configuration doker 1, this configuration is successful 1.2 If the configuration is successful also failed to start: You might be a problem with the configuration o...

Cleanly delete docker-Failed to start Docker Application Container Engine

I found something wrong with docker today, I want to reinstall it, but delete: yum -y remove docker reports an error: [root@test4 ~]# yum -y remove docker Loaded plugins: fastestmirror No Match for ar...

More Recommendation

Installing the Docker Newspaper "Failed to Start Docker Application Container Engine" in CentOS7.

1. Open the Docker error, as follows 2. Tracking errors to this (many ways to check during the period) 3, see something in the red box box, Docker error when creating file system XFS, so you can know ...

Failed to Start Docker Application Container Engine error Docker

This article just records the pit you step on, who will be like me in case, give a reference. In most cases, the blog should be able to solve the problem. Docker service launch error: job for docker.s...

docker error [failed to start docker application container engine.]

refer to Execute SystemCTL Status Docker.service or Sudo Apt Install Docker.io (one installation command) Error: [Failed to start docker application container engine.] Solution: Cat /etc/docker/daemon...

Docker Application Container Engine failed (Failed to start Docker Application Container Engine.)

Failed to start Docker Application Container Engine. After configuring docker-compose today, restart, the following error is prompted, by looking for the reason: It turned out that the Docker China of...

Job for docker.service failed because the ../ Failed to start Docker Application Container Engine.

contents Error Error reasons solution Error This error is that I configure the image acceleration.daemon.jsonAfterwarddockerFailure report Error message Error reasons Because I put/etc/docker/daemon.j...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top