Docker containers creation

Is there a way to stop Docker containers from being created as a host?
I am using dynamic config to create piggyback hosts from openshift nodes but only want to do it for Services and Pods. i.e I will only have services and pods as hosts created from the piggybacked node data. Anything that is a container will not be created.

In the DCD configuration you can limit the created hosts by a regular expression on the hostname / container name.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.