Skip to content

Commit

Permalink
Fixed docker usage (scaleway#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Aug 4, 2015
1 parent d2aebcb commit 31a9332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ You can run scaleway-cli in a sandboxed way using Docker.
*warning*: caching is disabled

```console
$ docker run -it --rm --volume=$HOME/.scwrc:/root/.scwrc scaleway/cli ps
$ docker run -it --rm --volume=$HOME/.scwrc:/.scwrc scaleway/cli ps
```

### Manual build
Expand Down
2 changes: 1 addition & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ You can run scaleway-cli in a sandboxed way using Docker.
**warning: caching is disabled**

```console
$ docker run -it --rm --volume=$HOME/.scwrc:/root/.scwrc scaleway/cli ps
$ docker run -it --rm --volume=$HOME/.scwrc:/.scwrc scaleway/cli ps
```

0 comments on commit 31a9332

Please sign in to comment.