Docker - ошибка - Warning: Stopping docker.service, but it can still be activated by docker.socket

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2025
Перейти к:навигация, поиск

Docker - ошибка - Warning: Stopping docker.service, but it can still be activated by docker.socket

# systemctl stop docker
Warning: Stopping docker.service, but it can still be activated by:
 docker.socket

Решение - остановить docker.socket:

# systemctl stop docker.socket && systemctl stop docker
# systemctl disable docker