Sign inSign up

loicmahieu/owncloudcmd

By loicmahieu

Updated almost 11 years ago

Image
0

2.3K

loicmahieu/owncloudcmd repository overview

docker-owncloudcmd

Docker image for owncloudcmd: command line client that can be used to synchronize ownCloud.

Usage

Pull the automated build from registry:

docker pull loicmahieu/owncloudcmd

Run it

docker run \
  --rm \
  -t loicmahieu/owncloudcmd \
  [OPTION] \
  <source_dir> \
  <server_url>

See Owncloud documentation: owncloud-commandline-client

Sync example
docker run \
  --rm \
  -v /home/loic/owncloud:/owncloud \
  -t loicmahieu/owncloudcmd \
  --trust \
  /owncloud \
  ownclouds://loic:[email protected]/owncloud/remote.php/webdav

Build

docker build --rm -t owncloudcmd .

Tag summary

Content type

Image

Digest

sha256:5b882e499

Size

179.6 MB

Last updated

almost 11 years ago

docker pull loicmahieu/owncloudcmd