Adding First commit to CMC

This commit is contained in:
Josh Knapp 2023-04-06 11:41:58 -07:00
commit d654125492
2 changed files with 11 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM almalinux/8-base:latest
RUN dnf update -y && dnf upgrade -y
RUN dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -y
RUN dnf update -y && dnf upgrade -y
RUN dnf install -y memcached
RUN yum clean all
ENTRYPOINT [ " /usr/bin/memcached -u memcached -l 0.0.0.0" ]

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# Cloud Memcached Constainer #
Container with a default install of Memcached for use with Cloud Apache Container.
Should be used in conjunction With a service mesh to present to CAC containers running locally on 11211.