Fix Docker image path in README.md
This commit is contained in:
parent
9916e216c6
commit
384f91868b
@ -54,18 +54,18 @@ npm install --global peer-calls
|
|||||||
peer-calls
|
peer-calls
|
||||||
```
|
```
|
||||||
|
|
||||||
## Using docker
|
## Using Docker
|
||||||
|
|
||||||
Use the [`jeremija/peer-calls`][hub] image from Docker Hub:
|
Use the [`jeremija/peer-calls`][hub] image from Docker Hub:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker pull jeremija/peer-calls
|
docker pull jeremija/peer-calls
|
||||||
docker run --rm -it -p 3000:3000 peer-calls:latest
|
docker run --rm -it -p 3000:3000 jeremija/peer-calls:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
[hub]: https://hub.docker.com/r/jeremija/peer-calls
|
[hub]: https://hub.docker.com/r/jeremija/peer-calls
|
||||||
|
|
||||||
## From git source
|
## From Git Source
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/jeremija/peer-calls.git
|
git clone https://github.com/jeremija/peer-calls.git
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user