derrix060 / onedriveClient

A Microsoft OneDrive and OneDrive for Business client for Linux, written in Python3.
MIT License
65 stars 10 forks source link

Don't rely on any environment: Use docker to isolate environment. #33

Open derrix060 opened 5 years ago

derrix060 commented 5 years ago

Using docker make sure the environment is the same.

derrix060 commented 5 years ago

Not possible to use docker with the current implementation of the keyring.

One option is to re-write OneDriveAPISession or forget about docker...