Update docker org in docs

This commit is contained in:
Vitalii Elenhaupt 2020-08-26 22:54:29 +03:00
parent 2eedcb87bb
commit 61cd274db7
No known key found for this signature in database
GPG key ID: CD0BF17825928BC0

View file

@ -128,13 +128,13 @@ $ brew install ameba
Build the image:
```sh
$ docker build -t ameba/ameba .
$ docker build -t crystal-ameba/ameba .
```
To use the resulting image on a local source folder, mount the current (or target) directory into `/src`:
```sh
$ docker run -v $(pwd):/src ameba/ameba
$ docker run -v $(pwd):/src crystal-ameba/ameba
```
### From sources