Sign inSign up

chbrandt/nextcloud

By chbrandt

•Updated over 5 years ago

Image
0

209

chbrandt/nextcloud repository overview

⁠Nextcloud client docker

The goal of this image is simply to freeze and provide a running package to nextcloud-client.

Although just nextcloudcmd -- the command-line interface -- is of my interest (now), the whole nextcloud client (GUI) is installed.

For the client docs about command-line use, make sure to check:

⁠Examples
$ docker run -it --rm                        \
        -v /tmp/nextcloud/etc:/sourcedir     \
        chbrandt/nextcloud                   \
        nextcloudcmd -u <user> -p <password> \
        /sourcedir https://host.domain/remote.php/webdav/etc

Tag summary

Content type

Image

Digest

Size

214.3 MB

Last updated

over 5 years ago

docker pull chbrandt/nextcloud