add memcached support
This commit is contained in:
7
memcached/Dockerfile
Normal file
7
memcached/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM memcached:latest
|
||||
|
||||
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
||||
|
||||
CMD ["memcached"]
|
||||
|
||||
EXPOSE 11211
|
Reference in New Issue
Block a user