Skip to content

Commit

Permalink
docs: fix dockerhub link (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Jun 18, 2020
1 parent ef5641d commit 8a8d50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module.exports = {

## Docker

`aedes-cli` is available on [Docker-Hub](https://hub.docker.com/repository/docker/moscajs/aedes/general) for `amd64, arm64v8, arm32v6, arm32v7, i386` archs. If you want to use a local `credentials.json` file and/or a custom config file to pass using `--config` option you have to use docker volumes and map the local folder containing those files to a folder inside the container.
`aedes-cli` is available on [Docker-Hub](https://hub.docker.com/r/moscajs/aedes) for `amd64, arm64v8, arm32v6, arm32v7, i386` archs. If you want to use a local `credentials.json` file and/or a custom config file to pass using `--config` option you have to use docker volumes and map the local folder containing those files to a folder inside the container.

Example:

Expand Down

0 comments on commit 8a8d50a

Please sign in to comment.