Page MenuHomePhorge

Dockerfile
No OneTemporary

Dockerfile

FROM fedora:34
ENV container docker
ENV SYSTEMD_PAGER=''
RUN dnf -y install \
--setopt 'tsflags=nodocs' \
bind-utils \
cronie \
iproute \
iptables \
net-tools \
procps-ng \
redis \
suricata \
vim-enhanced \
wget \
which && \
dnf clean all
COPY redis.conf /etc/redis.conf
RUN systemctl enable redis
WORKDIR /root/
CMD ["/usr/bin/redis-server"]

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 25, 2:25 PM (10 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
218721
Default Alt Text
Dockerfile (401 B)

Event Timeline