Skip to content

Commit 92711a7

Browse files
Run update.sh
1 parent 8d443a2 commit 92711a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arangodb/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ docker inspect --format '{{ .NetworkSettings.IPAddress }}' arangodb-instance
9696

9797
When using Docker, you need to specify the language you want to initialize the server to on the first run in one of the following ways:
9898

99-
- Set the environment variable `LANG` to a locale in the `docker run` command, e.g. `-e LANG=sv` for a Swedish locale.
99+
- From v3.12.2 onward: Append the `--icu-language` startup option to the end of the Docker command, like `docker run ... arangodb --icu-language sv` for a Swedish locale.
100100

101-
- Use an `arangod.conf` configuration file that sets a language and mount it into the container. For example, create a configuration file on your host system in which you set `icu-language = sv` at the top (before any `[section]`) and then mount the file over the default configuration file like `docker run -v /your-host-path/arangod.conf:/etc/arangodb3/arangod.conf ...`.
101+
- Set the environment variable `LANG` to a locale in the `docker run` command, e.g. `-e LANG=sv`.
102102

103-
Note that you cannot set the language using only a startup option on the command-line, like `docker run ... arangodb --icu-language sv`.
103+
- Use an `arangod.conf` configuration file that sets a language and mount it into the container. For example, create a configuration file on your host system in which you set `icu-language = sv` at the top (before any `[section]`) and then mount the file over the default configuration file like `docker run -v /your-host-path/arangod.conf:/etc/arangodb3/arangod.conf ...`.
104104

105105
If you don't specify a language explicitly, the default is `en_US` up to ArangoDB v3.11 and `en_US_POSIX` from ArangoDB v3.12 onward.
106106

@@ -266,7 +266,7 @@ When deriving the image, you can control the instantiation via putting files int
266266

267267
# License
268268

269-
The official Docker images of the ArangoDB Community Edition are governed by the [ArangoDB Community License](https://arangodb.com/community-license/). It limits deployments to a 100 GB on dataset size in production and you cannot use it for any commercial purposes, only internal business purposes.
269+
The official Docker images of the ArangoDB Community Edition are governed by the [ArangoDB Community License](https://arangodb.com/community-license/). It limits deployments to a 100 GB on dataset size in production and you cannot use it for any commercial purposes, only internal business purposes. It does not include the right to distribute, embed within other products, or combine with ArangoDB's Enterprise Edition of the software.
270270

271271
The source code of the Community Edition is available under the [Business Source License 1.1 (BUSL-1.1)](https://github.com/arangodb/arangodb/blob/devel/LICENSE). Copying, modification, redistribution, non-commercial use, and commercial use in a non-production context are always allowed. Additionally, you can deploy BUSL-licensed ArangoDB source code for any purpose (including production) as long as you are not creating a commercial derivative work or offering, or are including it in a commercial product, application, or service. On the fourth anniversary of the first publicly available distribution of a specific version, the license changes to the permissive Apache 2.0 open-source license.
272272

0 commit comments

Comments
 (0)