File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
3.12/deploy/cluster/deployment
3.13/deploy/cluster/deployment Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -141,10 +141,16 @@ The _Starter_ can also be used to launch clusters based on ArangoDB
141
141
_ Docker_ containers.
142
142
143
143
If you use the ` arangodb/arangodb-starter ` Docker image, it runs all servers in a container
144
- using the ` arangodb/enterprise :latest ` Docker image by default. If you wish to run
144
+ using the ` arangodb/arangodb :latest ` Docker image by default. If you wish to run
145
145
a specific Docker image for the servers, specify it using the ` --docker.image `
146
146
option.
147
147
148
+ {{< info >}}
149
+ From ArangoDB version 3.12.5 onward, no new ` arangodb/arangodb ` images are
150
+ published anymore. Use the ` arangodb/enterprise ` images instead, e.g.
151
+ ` --docker.image arangodb/enterprise:latest ` .
152
+ {{< /info >}}
153
+
148
154
If you use Docker, it is important to care about the volume mappings on
149
155
the container. Typically, you start the executable in Docker with the following
150
156
commands:
Original file line number Diff line number Diff line change @@ -141,10 +141,16 @@ The _Starter_ can also be used to launch clusters based on ArangoDB
141
141
_ Docker_ containers.
142
142
143
143
If you use the ` arangodb/arangodb-starter ` Docker image, it runs all servers in a container
144
- using the ` arangodb/enterprise :latest ` Docker image by default. If you wish to run
144
+ using the ` arangodb/arangodb :latest ` Docker image by default. If you wish to run
145
145
a specific Docker image for the servers, specify it using the ` --docker.image `
146
146
option.
147
147
148
+ {{< info >}}
149
+ From ArangoDB version 3.12.5 onward, no new ` arangodb/arangodb ` images are
150
+ published anymore. Use the ` arangodb/enterprise ` images instead, e.g.
151
+ ` --docker.image arangodb/enterprise:latest ` .
152
+ {{< /info >}}
153
+
148
154
If you use Docker, it is important to care about the volume mappings on
149
155
the container. Typically, you start the executable in Docker with the following
150
156
commands:
You can’t perform that action at this time.
0 commit comments