> For the complete documentation index, see [llms.txt](https://jam2in.gitbook.io/arcus-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jam2in.gitbook.io/arcus-documentation/get-started/do-a-quick-install.md).

# Do a quick install

## Docker

### Single server

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

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

### Cluster

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

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

## Configure

{% embed url="<https://github.com/naver/arcus-memcached/wiki/memcached-%EA%B5%AC%EB%8F%99-%EC%98%B5%EC%85%98>" %}
