How to add --sync-shared-folders --single-directory to docker #1549
-
I am using below command for onedrive shared folders.
This is used to download only a particular folder. How to use the similar command with docker? You can provided multiple options as environment variables to docker.
But these two options are not available. --sync-shared-folders --single-directory 'Jenkins' How to pass them to docker container? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
To support using This being said, as per the documentation for Shared Business Folders, you can enable | disable the syncing of Shared Business Folders via the configuration file by modifying the appropriate value. You can also edit the Docker configuration file by inspecting the Docker volume and editing the configuration that it runs Please read the following documentation:
The support of |
Beta Was this translation helpful? Give feedback.
-
I added business_shared_folders and sync_list file in the docker volume assigned for config files.
And when I connect to the docker container and ran display config, it is not showing those configurations.
I understood as there is no --sync-shared-folders option provided in the container, it won't sync the files. But it should display the configuration right? |
Beta Was this translation helpful? Give feedback.
@ukreddy-erwin
To support using
--sync-shared-folders
in a Docker container should be possible, as this is a binary 0|1 option that follows the others that are allowed as a passed in option. Please raise a feature request to have this added.This being said, as per the documentation for Shared Business Folders, you can enable | disable the syncing of Shared Business Folders via the configuration file by modifying the appropriate value.
You can also edit the Docker configuration file by inspecting the Docker volume and editing the configuration that it runs
Please read the following documentation: