Skip to content

iectl config add publisher

add new configuration for publisher

iectl config add publisher [flags]

Options

      --dockercafile string   set docker engine ca file path
      --dockercert string     set docker engine cert file path
      --dockerkey string      set docker engine key file path
  -u, --dockerurl string      set docker engine url
  -h, --help                  help for publisher
      --httpproxy string      http proxy for publisher
      --httpsproxy string     https proxy for publisher
  -n, --name string           name of the configuration
      --noproxy string        http proxy for publisher (default "localhost,127.0.0.0")
  -w, --workspace string      Workspace path

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Example

iectl config add publisher --name "pub_config" --dockerurl "http://docker-ip:2375" --workspace "/home/user/Downloads/pub_ws"

SEE ALSO