Skip to content

hjyun328/arcus-docker

This branch is 18 commits ahead of, 2 commits behind computerphilosopher/arcus-docker:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 8, 2022
Mar 23, 2022
Sep 1, 2020
Nov 12, 2020
Jun 29, 2022
Mar 8, 2022
May 27, 2022
Nov 13, 2020
May 23, 2021
Nov 29, 2019
Feb 28, 2022

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%