Update docker.md

[fix] authorisation -> authorization
This commit is contained in:
Vinícius 2024-04-03 09:59:40 -03:00 committed by GitHub
parent a28fe92119
commit 0999c57532
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,7 +141,7 @@ This will create a docker volume labeled `onedrive_data` and will map to a path
> ROOT level privileges prohibited!
> ```
### 6. First run of Docker container under docker and performing authorisation
### 6. First run of Docker container under docker and performing authorization
The 'onedrive' client within the container first needs to be authorised with your Microsoft account. This is achieved by initially running docker in interactive mode.
Run the docker image with the commands below and make sure to change the value of `ONEDRIVE_DATA_DIR` to the actual onedrive data directory on your filesystem that you wish to use (e.g. `export ONEDRIVE_DATA_DIR="/home/abraunegg/OneDrive"`).
@ -404,4 +404,4 @@ RUN echo "ja_JP.UTF-8 UTF-8" > /etc/locale.gen && \
ENV LC_ALL ja_JP.UTF-8
```
The above example changes the Docker container to support Japanese. To support your local language, change `ja_JP.UTF-8` to the required entry.
The above example changes the Docker container to support Japanese. To support your local language, change `ja_JP.UTF-8` to the required entry.