Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khornberg committed May 18, 2016
1 parent 9ff438b commit 0de31b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-indicator",
"version": "0.2.0",
"version": "0.2.1",
"description": "Shows docker status at a glance",
"dependencies": {
"docker-events": "0.0.2",
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A `dmg` is provided in the `releases`.
Otherwise, in the source directory start with `npm start`.

## Connection
In version `0.1.0` a `.docker-indicator.yaml` file in your home directory is **optional**. If no file is found, the default socket at `/var/tmp/docker.sock` is used.
In version `0.1.0` a `.docker-indicator.yaml` file in your home directory is **optional**. If no file is found, the default socket at `/var/run/docker.sock` is used.

If connecting to a docker machine instance not available via a socket.
```
Expand All @@ -52,6 +52,10 @@ docker:

## Changelog


0.2.1
* Fix socket location with Docker 1.11.1

0.2.0
* Show better network address

Expand Down

0 comments on commit 0de31b7

Please sign in to comment.