kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
9877c8bd55
commit
9bace473cd
|
@ -8,7 +8,7 @@
|
|||
[](https://hub.docker.com/r/linuxserver/quassel-core)
|
||||
[](https://hub.docker.com/r/linuxserver/quassel-core)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-quassel-core/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/quassel-core/latest/index.html)
|
||||
[](https://ci-tests.linuxserver.io/linuxserver/quassel-core/latest/index.html)
|
||||
|
||||
[Quassel-core](http://quassel-irc.org/) is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core.
|
||||
|
||||
|
@ -19,7 +19,7 @@ This container handles the IRC connection (quasselcore) and requires a desktop c
|
|||
|
||||
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/quassel-core` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
Simply pulling `ghcr.io/linuxserver/quassel-core` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
|
||||
The architectures supported by this image are:
|
||||
|
||||
|
@ -43,7 +43,7 @@ Compatible with docker-compose v2 schemas.
|
|||
version: "2.1"
|
||||
services:
|
||||
quassel-core:
|
||||
image: linuxserver/quassel-core
|
||||
image: ghcr.io/linuxserver/quassel-core
|
||||
container_name: quassel-core
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
@ -71,7 +71,7 @@ docker run -d \
|
|||
-p 113:10113 `#optional` \
|
||||
-v <path to data>:/config \
|
||||
--restart unless-stopped \
|
||||
linuxserver/quassel-core
|
||||
ghcr.io/linuxserver/quassel-core
|
||||
```
|
||||
|
||||
|
||||
|
@ -210,7 +210,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
* Container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' quassel-core`
|
||||
* Image version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/quassel-core`
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/quassel-core`
|
||||
|
||||
## Versions
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue