Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1841336
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
385 B
Referenced Files
None
Subscribers
None
Dockerfile
View Options
FROM fedora:35
ENV container docker
RUN dnf -y install \
--setopt 'tsflags=nodocs' \
bind-utils \
cronie \
iproute \
iptables \
net-tools \
procps-ng \
redis \
vim-enhanced \
wget \
which && \
dnf clean all
COPY redis.conf /etc/redis/redis.conf
WORKDIR /root/
CMD ["/usr/bin/redis-server", "/etc/redis/redis.conf"]
EXPOSE 6379/tcp
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 25, 3:00 PM (19 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
225608
Default Alt Text
Dockerfile (385 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment