Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

BastienM/phpMemAdmin-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

phpMemAdmin-docker

Disclaimer

​:warning: Work in progress :warning:

**BE WARNED : **

THIS VERSION IS CURRENTLY TAILORED TO WORK WITH AWS ELASTICACHE MEMCACHED SERVICE

How-to

$ docker build -t phpmemadmin .

$ docker run -d \
             --name phpMemAdmin \
             -e USERNAME=<admin_username> \
             -e PASSWORD=<admin_password> \
             -e CLUSTER_NAME=<cluster_name> \
             -e MEMCACHED_HOST=<memcached_ip>
             -e MEMCACHED_PORT=11211 \
             -e TZ=<Your/TimeZone>
             phpmemadmin

About

Dockerized version of phpMemAdmin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages