kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Templated Files
rodzic
c80a346334
commit
2820143e78
|
@ -1,11 +1,11 @@
|
|||
# [linuxserver/dokuwiki](https://github.com/linuxserver/docker-dokuwiki)
|
||||
|
||||
[](https://discord.gg/YWrKVTn)
|
||||
[](https://microbadger.com/images/linuxserver/dokuwiki "Get your own version badge on microbadger.com")
|
||||
[](https://microbadger.com/images/linuxserver/dokuwiki "Get your own version badge on microbadger.com")
|
||||

|
||||

|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-dokuwiki/job/master/)
|
||||
[](https://github.com/linuxserver/docker-dokuwiki/releases)
|
||||
[](https://microbadger.com/images/linuxserver/dokuwiki "Get your own version badge on microbadger.com")
|
||||
[](https://microbadger.com/images/linuxserver/dokuwiki "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/dokuwiki)
|
||||
[](https://hub.docker.com/r/linuxserver/dokuwiki)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-dokuwiki/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/dokuwiki/latest/index.html)
|
||||
|
||||
[Dokuwiki](https://www.dokuwiki.org/dokuwiki/) is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
|
||||
|
@ -13,7 +13,7 @@
|
|||
|
||||
## 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) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||
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/dokuwiki` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
|
||||
|
@ -122,11 +122,11 @@ Upon first install go to `http://$IP:$PORT/install.php` once you have completed
|
|||
|
||||
## Support Info
|
||||
|
||||
* Shell access whilst the container is running:
|
||||
* Shell access whilst the container is running:
|
||||
* `docker exec -it dokuwiki /bin/bash`
|
||||
* To monitor the logs of the container in realtime:
|
||||
* To monitor the logs of the container in realtime:
|
||||
* `docker logs -f dokuwiki`
|
||||
* Container version number
|
||||
* Container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' dokuwiki`
|
||||
* Image version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/dokuwiki`
|
||||
|
|
Ładowanie…
Reference in New Issue