diff --git a/images/docker-taisun.md b/images/docker-taisun.md index 120e1c803d..8f30a181f2 100755 --- a/images/docker-taisun.md +++ b/images/docker-taisun.md @@ -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 ```