naver / arcus

ARCUS is the NAVER memcached with lists, sets, maps and b+trees. http://naver.github.io/arcus
Apache License 2.0
304 stars 77 forks source link

Support docker #35

Closed jiunbae closed 9 months ago

jiunbae commented 6 years ago

Any plan for support dockerize arcus?

In DockerHub seems #to have many dockerfiles.

But repos are fragmented and some of theses are expired.

If you have any plan to support docker(or provide some guides for dockerize arcus)?

jhpark816 commented 6 years ago

Have not made a plan, yet. But, we need to support docker in someday.

jiunbae commented 6 years ago

I tried to make a simple file.

This is a very simple attempt, but if you make a few more changes, will be able to set up the cache cloud and zookeeper automatically.

minkikim89 commented 6 years ago

Sorry.. We don't have enough knowledge of docker. So, we are not prepared to accept this pull request yet.

namsic commented 9 months ago

현재 Docker Hub에서 arcus 사용에 필요한 docker image를 제공하고 있습니다.

해당 이미지를 활용한 클러스터 구성 예시는 docker-compose.yml 파일을 참고 바랍니다.


Docker Hub currently provides the docker image required to use arcus.

Please refer to the docker-compose.yml file for an example of cluster configuration using this image.