Skip to content

Commit

Permalink
revert my test DOCKER_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKniep committed Dec 8, 2016
1 parent 89abf73 commit 5aeb939
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions collectors/etc/docker_containers_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ def get_config():
config = {
'interval': 15,
'default_dims': [],
'socket_path': 'tcp://192.168.100.10:2376',
#'socket_path': 'unix:///var/run/docker.sock',
'socket_path': 'unix:///var/run/docker.sock',
}

return config

0 comments on commit 5aeb939

Please sign in to comment.