Documented multi-architecture on docker image

This commit is contained in:
Alejandro Celaya
2020-05-16 10:39:47 +02:00
parent 2ea58acde2
commit 135b62a9cc
3 changed files with 12 additions and 5 deletions

View File

@@ -263,7 +263,13 @@ Once created just run shlink with the volume:
docker run --name shlink -p 8080:8080 -v ${PWD}/my/config/dir:/etc/shlink/config/params shlinkio/shlink:stable
```
## Multi instance considerations
## Multi-architecture
Starting on v2.3.0, Shlink's docker image is built for multiple architectures.
The only limitation is that images for architectures other than `amd64` will not have support for Microsoft SQL databases, since there are no official binaries.
## Multi-instance considerations
These are some considerations to take into account when running multiple instances of shlink.