Page MenuHomePhorge

Dockerfile
No OneTemporary

Dockerfile

FROM fedora:30
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, 10:05 PM (2 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
242275
Default Alt Text
Dockerfile (401 B)

Event Timeline