瀏覽代碼

Run update.sh

Docker Library Bot 8 年之前
父節點
當前提交
f48567c753
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      owncloud/README.md

+ 8 - 0
owncloud/README.md

@@ -69,6 +69,14 @@ For fine grained data persistence, you can use 3 volumes, as shown below.
 
 When using the 6.0 image, you need to map the host port to the container port that apache listens on when going through the installation wizard. By default, this is port 80.
 
+## Using `occ`
+
+The [`occ` tool from upstream](https://doc.owncloud.org/server/9.0/admin_manual/configuration_server/occ_command.html) is simplest to use via `docker exec`, similar to the example provided there:
+
+```console
+$ docker exec -u www-data some-owncloud php occ status
+```
+
 ## ... via [`docker-compose`](https://github.com/docker/compose)
 
 Example `docker-compose.yml` for `owncloud`: