Adding First commit to CMC
This commit is contained in:
commit
d654125492
7
Dockerfile
Normal file
7
Dockerfile
Normal 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
4
README.md
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user