summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSimon Legner <Simon.Legner@gmail.com>2017-06-30 20:24:35 +0200
committerSimon Legner <Simon.Legner@gmail.com>2017-06-30 22:52:19 +0200
commita08a16c37ede0b4c32feab5f436d317079f87d88 (patch)
tree2f516d8757f33822cbd87136962cbc7afde95644 /README.md
parent58b8d167192fe77b825e843fdfa96ef5c07b5af3 (diff)
docs: Add hint for using the ownCloud Console
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 89381714..fd3bb7b5 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,12 @@ $ docker run -d nextcloud \
-v theme:/var/www/html/themes/<YOUR_CUSTOM_THEME>
```
+## Using the Nextcloud command-line interface
+To use the [Nextcloud command-line interface](https://docs.nextcloud.com/server/12/admin_manual/configuration_server/occ_command.html) (aka. `occ` command):
+```console
+$ docker exec --user www-data CONTAINER_ID php occ
+```
+
# Running this image with docker-compose
The easiest way to get a fully featured and functional setup is using a `docker-compose` file. There are too many different possibilities to setup your system, so here are only some examples what you have to look for.