https://github.com/gojek/twemproxy-docker
Alpine docker build for twemproxy
https://github.com/gojek/twemproxy-docker
Last synced: 15 days ago
JSON representation
Alpine docker build for twemproxy
- Host: GitHub
- URL: https://github.com/gojek/twemproxy-docker
- Owner: gojek
- Created: 2018-06-28T11:59:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T12:32:29.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T13:36:07.109Z (about 1 month ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 4
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twemproxy alpine Docker image build
## Build
You need docker 17.05 to be able to build`docker build -t yourname/twemproxy:0.4.1 .`
## Running
Pass comma separated list of servers via ENV SERVERS`docker run -e SERVERS=ip1:6379:1,ip2:6379:1 -p 6379:6379 -it gojektech/twemproxy:0.4.1`