Class CfgDockerOptions


  • public class CfgDockerOptions
    extends Object
    • Constructor Detail

      • CfgDockerOptions

        public CfgDockerOptions()
    • Method Detail

      • getServiceHealthchecks

        public List<String> getServiceHealthchecks()
      • isProxied

        public boolean isProxied()
        whether to start container with unmodified entrypoint, or whether to modify by adding pki and other stuff, rewriting the entrypoint
      • isOneShot

        public boolean isOneShot()
        For docker type to trigger OneShotStartupStrategy
      • getEntryPoint

        public String getEntryPoint()
        for docker types allows to overwrite the entrypoint cmd configured with in the container
      • setServiceHealthchecks

        public void setServiceHealthchecks​(List<String> serviceHealthchecks)
      • setProxied

        public void setProxied​(boolean proxied)
        whether to start container with unmodified entrypoint, or whether to modify by adding pki and other stuff, rewriting the entrypoint
      • setOneShot

        public void setOneShot​(boolean oneShot)
        For docker type to trigger OneShotStartupStrategy
      • setEntryPoint

        public void setEntryPoint​(String entryPoint)
        for docker types allows to overwrite the entrypoint cmd configured with in the container
      • setPorts

        public void setPorts​(Map<Integer,​Integer> ports)
        used only by docker
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object