add memcached support

This commit is contained in:
matt
2016-05-12 02:17:39 +01:00
parent 40899bc40f
commit cf89670671
2 changed files with 17 additions and 0 deletions

7
memcached/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM memcached:latest
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
CMD ["memcached"]
EXPOSE 11211