Skip to content

Commit

Permalink
correct example alias
Browse files Browse the repository at this point in the history
  • Loading branch information
evansgp committed Jun 1, 2017
1 parent 55e0b08 commit 39b461c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ The container needs to be able to configure itself as a plugin and communicate w
E.g. to use the VFS/NFS backend:

```bash
docker run -d -v /var/run/docker.sock:/var/run/docker.sock -v /etc/docker/plugins:/etc/docker/plugins -v /opt/storage:/opt/storage daemon --drivers vfs --driver-opts vfs.path=/opt/storage/convoy-volumes
docker run -d -v /var/run/docker.sock:/var/run/docker.sock -v /etc/docker/plugins:/etc/docker/plugins -v /opt/storage:/opt/storage evansgp/convoy-daemon daemon --drivers vfs --driver-opts vfs.path=/opt/storage/convoy-volumes
```

# Extra

```bash
alias convoy='docker exec convoy-daemon'
alias convoy='docker exec convoy-nfs convoy'
convoy list
```

0 comments on commit 39b461c

Please sign in to comment.