You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Bernd Mathiske (JIRA)" <ji...@apache.org> on 2015/11/12 16:44:11 UTC

[jira] [Created] (MESOS-3905) Five new docker-related slave flags are not covered by the configuration documentation.

Bernd Mathiske created MESOS-3905:
-------------------------------------

             Summary: Five new docker-related slave flags are not covered by the configuration documentation.
                 Key: MESOS-3905
                 URL: https://issues.apache.org/jira/browse/MESOS-3905
             Project: Mesos
          Issue Type: Bug
          Components: docker, documentation
    Affects Versions: 0.26.0
            Reporter: Bernd Mathiske
            Assignee: Bernd Mathiske
            Priority: Minor
             Fix For: 0.26.0


These flags were added to "slave/flags.cpp", but are not mentioned in "docs/configuration.md":

  add(&Flags::docker_auth_server,
      "docker_auth_server",
      "Docker authentication server",
      "auth.docker.io");

  add(&Flags::docker_auth_server_port,
      "docker_auth_server_port",
      "Docker authentication server port",
      "443");
  add(&Flags::docker_puller_timeout_secs,
      "docker_puller_timeout",
      "Timeout value in seconds for pulling images from Docker registry",
      "60");

  add(&Flags::docker_registry,
      "docker_registry",
      "Default Docker image registry server host",
      "registry-1.docker.io");
  add(&Flags::docker_registry_port,
      "docker_registry_port",
      "Default Docker registry server port",
      "443");




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)