Skip to content

Commit

Permalink
support docker imaged nebula on arm (#1151)
Browse files Browse the repository at this point in the history
* support docker imaged nebula on arm

* Update 1.resource-preparations.md

* Update 1.resource-preparations.md
  • Loading branch information
abby-cyber authored Mar 16, 2022
1 parent f40742b commit ad4828f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,13 @@ Nebula Graph is designed and implemented for NVMe SSD. All default parameters ar

!!! enterpriseonly

Nebula Graph {{ nebula.release }} does not support running or compiling directly on the ARM architecture (including Apple Mac M1 or Huawei Kunpeng).
Nebula Graph {{ nebula.release }} Enterprise Edition can be run or compiled directly on ARM architectures (including Apple Mac M1 or Huawei Kunpeng). Contact inquiry@vesoft.com for business supports.

!!! note

Starting with {{nebula.release}}, you can run containerized Nebula Graph databases on Docker Desktop for ARM macOS or on ARM Linux servers.


Contact inquiry@vesoft.com for business supports.

<!--
## Optimize the configuration for HDD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ Using Docker Compose can quickly deploy Nebula Graph services based on the prepa

3. Run the following command to start all the Nebula Graph services.

<!-- 支持ARM架构docker image后再发布
Starting with <version>, Nebula Graph comes with ARM64 Linux Docker images. You can run containerized Nebula Graph databases on Docker Desktop for ARM macOS or on ARM Linux servers.
-->

Starting with {{nebula.release}}, Nebula Graph comes with ARM64 Linux Docker images. You can run containerized Nebula Graph databases on Docker Desktop for ARM macOS or on ARM Linux servers.

!!! Note

Update the [Nebula Graph images](#how_to_upgrade_or_update_the_docker_images_of_nebula_graph_services) and [Nebula Console images](#how_to_update_the_nebula_console_client) first if they are out of date.
Expand Down

0 comments on commit ad4828f

Please sign in to comment.