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
- Add Dockerfile for running HugeServer
- 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:
- Reduce the size of container images with DockerSlim
- One docker container with multi process (Not graceful:)
- How to use dumb-init to replace the pid1 in docker
Usage:
Feature Needs
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.0as the server version & bind hubble with it, reopen this issue until it meets the new need, any suggestions forDockerfileare welcome.etcdandhugegraph-serverlocalhost/0.0.0.0& add a script to update the imagehugegraph/hugegraph:1.0.0) feat: support publish_server_image to dockerhub automatically (V2) hugegraph/actions#1ARMenv (for M1 laptop, refer doc)multi-stageDockerfile way to slim the imageRefer: