• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Resolved Docker deactivated in components, still running

Oliver Marugg

Basic Pleskian
Hi

Just a question:

Currently I do not (yet) need docker on my plesk. I deactivated Docker in add/remove components and it seems to be not active (red).
But there are still running docker processes. What about disabling with servicectl? I just do not want probably unstablize the running system, I've got no test server.

Any experiences from plesk users with disabling this docker service?
 
Hi Oliver Marugg,

pls. consider to REMOVE docker - related packages with apt-get/aptitude/dpkg on Ubuntu/Debian based systems, if you do not need it. Search for the corresponding package names with for example :
Code:
dpkg -l | grep docker

Example output:
Code:
ii  docker-ce                             17.03.1~ce-0~ubuntu-xenial                           amd64        Docker: the open-source application container engine
rc  docker-engine                         17.04.0~ce-0~ubuntu-xenial                           amd64        Docker: the open-source application container engine

Example "how to REMOVE the packages":
Code:
aptitude purge docker-ce docker-engine
 
Last edited by a moderator:
Back
Top