Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Dockerfile for server & studio (apache#845)
1. Add hosts to speed up image download 2. Modify some configs to enable the server to run better in container 3. Because Dockerfile doesn't allow multiple startup commands, currently only the server will be automatically started after the container is started. If you want to start studio, you can enter the container to start it. Here is a simple container start command: ```bash docker run -it --name=graph -p 18080:8080 -p 18088:8088 hugegraph:0.10 /bin/bash ``` 1. Github-IP is not fixed, comment it now 2. For the convenience of users, the apt-source is not cleared by default.
- Loading branch information