Skip to content

yous/arcus-docker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Arcus Docker

Docker for Arcus Cache Cloud. You can see the repository on yous/arcus.

About

  • CentOS 6
  • OpenJDK 1.7.0
  • git, svn, wget, curl, ps

Installation

docker pull yous/arcus

Usage

docker run -i -t yous/arcus:latest

Quick Start

docker run -i -t yous/arcus:latest

Then set up with arcus.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 for details.

Releases

No releases published

Packages

No packages published