https://github.com/yous/arcus-docker
Docker for Arcus Cache Cloud
https://github.com/yous/arcus-docker
arcus docker
Last synced: about 2 months ago
JSON representation
Docker for Arcus Cache Cloud
- Host: GitHub
- URL: https://github.com/yous/arcus-docker
- Owner: yous
- License: mit
- Created: 2016-05-23T12:48:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T08:26:08.000Z (about 9 years ago)
- Last Synced: 2025-02-10T21:19:07.153Z (4 months ago)
- Topics: arcus, docker
- Homepage: https://hub.docker.com/r/yous/arcus/
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Arcus Docker
Docker for [Arcus Cache Cloud](https://github.com/naver/arcus). You can see the
repository on [yous/arcus](https://hub.docker.com/r/yous/arcus/).## About
- CentOS 6
- OpenJDK 1.7.0
- `git`, `svn`, `wget`, `curl`, `ps`## Installation
``` sh
docker pull yous/arcus
```## Usage
``` sh
docker run -i -t yous/arcus:latest
```## Quick Start
``` sh
docker run -i -t yous/arcus:latest
```Then set up with `arcus.sh`:
``` sh
cd scripts
# Setup a local cache cloud with conf file
./arcus.sh quicksetup conf/local.sample.json# Test
echo "stats" | nc localhost 11211 | grep version
STAT version 1.9.5
echo "stats" | nc localhost 11212 | grep version
STAT version 1.9.5
```## License
Copyright © Chayoung You. See [LICENSE.txt](LICENSE.txt) for details.