Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support docker imaged nebula on arm #1151

Merged
merged 3 commits into from
Mar 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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.