mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-07 00:21:56 +00:00
15 lines
294 B
Markdown
15 lines
294 B
Markdown
# 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
|
|
```
|
|
|