Information
Ensure that the host running the docker daemon is running only the essential services.It is a good practice to implement only one primary function per server to prevent functions that require different security levels from co-existing on the same server. Additionally, mixing various application environments on the same machine may hinder the granular administration of the respective applications.
Solution
Move all other services within containers controlled by Docker or to other systems.
Impact-None. Default Value-Not Applicable.