Bot Updating Templated Files

LICENSE
LinuxServer-CI 2019-03-02 13:39:48 -05:00
rodzic 845a645a6f
commit 77a6898da4
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ Taisun allows you to:
## Supported Architectures
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list).
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
Simply pulling `linuxserver/taisun` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
@ -65,7 +65,6 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 3000:3000
mem_limit: 4096m
restart: unless-stopped
```