Skip to content

hjyun328/arcus-docker

 
 

Repository files navigation

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

About

docker for arcus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 45.6%
  • Java 17.1%
  • Shell 13.5%
  • Makefile 13.0%
  • Dockerfile 9.7%
  • HTML 1.1%