How do I set permissions to use Docker with my normal user? [duplicate] Ask Question Asked 3 years, 5 months ago Modified 1 year, 10 months ago, Is there more than one way to show "possible" docker container images, that is docker containers which have been downloaded through the pull command as: docker ps -a lists jetty twice:, Docker 是一款开源的 容器引擎,他允许Java 开发应用及依赖打包到一个的容器中,使软件应用可以在任何环境中以相同方式运行,比如测试、预发和生产。 不用考虑环境的兼容性问题。, docker容器启动失败也没提示怎么办? 我从docker上拉了一个centos5下来,但是怎么都启动不起来,docker logs里面也没有任何内容。, 3 For my case, after install Docker Desktop from .deb file, I ran sudo apt-get install docker-ce after that, I tried to run the service systemctl start docker and it works! Peviously after I ran sudo apt --fix-broken install when failed to install docker .deb file, it didn't mention the docker-ce is needed. And found out that docker-ce is , To completely uninstall Docker: Step 1 dpkg -l | grep -i docker To identify what installed package you have: Step 2 sudo apt-get purge -y docker-engine docker docker.io docker-ce docker-ce-cli docker-compose-plugin sudo apt-get autoremove -y --purge docker-engine docker docker.io docker-ce docker-compose-plugin The above commands will not remove images, containers, volumes, or user created .