Skip to content

[Feature] Support build docker image from Dockerfile (Task Summary) #840

@imbajin

Description

@imbajin

Apache HugeGraph DockerHub: https://hub.docker.com/r/hugegraph/hugegraph

Usage:

# 0. download image (latest) docker pull hugegraph/hugegraph # 1. start container docker run -itd hugegraph/hugegraph # start server in daemon mode # (Optional configs to expose network port outside) docker run -itd --name=graph -p 18080:8080 hugegraph/hugegraph # 2. (Optional) enter the container & start hugegraph-hubble docker exec -it graph bash xxx 

Feature Needs

  1. Add Dockerfile for running HugeServer
  2. Users can pull/run the image from dockerhub directly.

And anyone who has other suggestion for docker image can comment here

After PR, will update the doc 📝

Update in 2023.11.09:

Due to the project will move to Apache Foundation, we'll use 1.0.0 as the server version & bind hubble with it, reopen this issue until it meets the new need, any suggestions for Dockerfile are welcome.

Refer:

  1. Reduce the size of container images with DockerSlim
  2. One docker container with multi process (Not graceful:)
  3. How to use dumb-init to replace the pid1 in docker

Metadata

Metadata

Assignees

Labels

ci-cdBuild or deployfeatureNew featurehelp wantedExtra attention is neededrocksdbRocksDB backend

Type

No type

Projects

Status

🏗 In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions