ARCUS Documentation
DOCSBLOGJaM2in
  • Introduction
    • Why ARCUS?
    • What's new
  • Get Started
    • Do a quick install
    • Run first command
    • Choose your next steps
  • Documentation
    • Cache Server
    • Cache Client
      • C
      • Java
    • Monitoring
    • ARCUS spring
  • RESOURCES
    • Blogs
    • Videos
Powered by GitBook
On this page
  • Docker
  • Single server
  • Cluster
  • Configure

Was this helpful?

  1. Get Started

Do a quick install

Last updated 1 year ago

Was this helpful?

Docker

Single server

다음 명령을 통해 Docker container 환경에서 하나의 ARCUS 캐시 서버를 실행해 볼 수 있습니다.

docker run --name arcus-memcached -p 11211:11211 jam2in/arcus-memcached

Cluster

또는, docker compose를 사용해 하나의 장비에서 캐시 클러스터를 구성하는 것도 가능합니다.

git clone https://github.com/naver/arcus.git
cd arcus
docker compose up

Configure

Logomemcached 구동 옵션GitHub