Skip to content

docker example config error #1

Description

@qiliux

The document about docker config missing a slash.
Online document address is: Official website pag

init_config:

instances:
  - url: "unix://var/run/docker.sock"

the slash (/) is important so that cloud insight can find the docker instances.
It should be:

init_config:

instances:
  - url: "unix:///var/run/docker.sock"

Finally make sure, you check the info about cloud insight and restart it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions