From 77a6898da478c306b5c02dbf9b77e35099a405c8 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 2 Mar 2019 13:39:48 -0500 Subject: [PATCH] Bot Updating Templated Files --- images/docker-taisun.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ```