Dockerfiles/nextcloud-client/README.md

15 lines
294 B
Markdown
Raw Normal View History

2019-11-24 03:53:03 +00:00
# Run Nextcloud Client in docker
## What is `Nextcloud`
```
docker run \
-it \
--rm \
--name nextcloud-client \
--mount type=bind,source=/path/to/file,target=/data \
newnius/nextcloud-client nextcloudcmd -u $USER -p $PASSWORD /data https://demo.nextcloud.com/remote.php/webdav/dir
```