Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefaille committed Sep 3, 2015
1 parent a072212 commit 3cc5e58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ DOCKER_HOST must contain docker-eqx socket named /var/run/docker-eqx.sock
Example :

`$ groups`
michael docker-eq21
michael docker-eq1

`ls -la /var/run/docker-eq20.sock`
srw-rw---- 1 root docker-eq20 0 Sep 3 15:57 /var/run/docker-eq20.sock
`ls -la /var/run/docker-eq2.sock`
srw-rw---- 1 root docker-eq2 0 Sep 3 15:57 /var/run/docker-eq1.sock

```bash
export DOCKER_HOST=unix:///var/run/docker-eq1.sock
Expand All @@ -45,5 +45,5 @@ And, `docker info` should output something like this :
```
(...)
Labels:
[equipe=20]
[equipe=1]
```

0 comments on commit 3cc5e58

Please sign in to comment.