mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Update README.md
in re: to the GHCR
This commit is contained in:
parent
34620a986d
commit
1a60cc3c18
1 changed files with 3 additions and 3 deletions
|
@ -162,16 +162,16 @@ $ brew install ameba
|
|||
Build the image:
|
||||
|
||||
```sh
|
||||
$ docker build -t crystal-ameba/ameba .
|
||||
$ docker build -t ghcr.io/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 crystal-ameba/ameba
|
||||
$ docker run -v $(pwd):/src ghcr.io/crystal-ameba/ameba
|
||||
```
|
||||
|
||||
Also available on DockerHub: https://hub.docker.com/r/veelenga/ameba
|
||||
Also available on GitHub: https://github.com/crystal-ameba/ameba/pkgs/container/ameba
|
||||
|
||||
### From sources
|
||||
|
||||
|
|
Loading…
Reference in a new issue