From aa1342c22a9c50ffa338305fd2a76174c37c82b3 Mon Sep 17 00:00:00 2001 From: Denis Zheleztsov Date: Thu, 20 Jul 2017 15:32:23 +0300 Subject: [PATCH] Docker instruction --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb07310..7cf3e79 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![Build Status](https://travis-ci.org/Difrex/zoorest.svg?branch=master)](https://travis-ci.org/Difrex/zoorest) Zookeeper HTTP rest API - **Table of Contents** @@ -25,13 +24,13 @@ Zookeeper HTTP rest API - [Docker build](#docker-build) - [Binary file](#binary-file) - [Docker image](#docker-image) + - [Get docker image](#get-docker-image) - [AUTHORS](#authors) - [LICENSE](#license) - [DONATE](#donate) - ## Usage ``` @@ -246,6 +245,18 @@ cd zoorest Image will be tagged as zoorest:latest +## Get docker image + +Pull image +``` +docker pull lessmore/zoorest +``` + +And run it +``` +/usr/bin/docker run -d -p 8889:8889 --name zoorest lessmore/zoorest:latest --zk zoo1:2181,zoo2:2181,zoo3:2181 --path /zoorest/jail --listen 0.0.0.0:8889 -mc -mchosts mc1:11211,mc2:11211,mc3:11211 +``` + # AUTHORS Denis Zheleztsov