Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 713 Bytes

README.md

File metadata and controls

41 lines (33 loc) · 713 Bytes

How to build docker image

1. Change directory

arcus-memcached

$ cd arcus-memcached

arcus-memcached-EE

$ cd arcus-memcached-EE

arcus-zookeeper

$ cd arcus-zooekeeper

2. Edit Docker.env file

$ cat Docker.env
ARCUS_MEMCACHED_VERSION=1.13.3
ARCUS_MEMCACHED_IMAGE_REPO=jam2in/arcus-memcached
ARCUS_MEMCACHED_IMAGE_TAG=1.13.3

3. Build docker image

$ make build

4. Upload docker image to registry

$ docker login
Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
Username (xxx): xxx
Password: xxx
$ make push