This website requires JavaScript.
Explore
Help
Register
Sign In
Houtworm
/
inception
Watch
1
Star
0
Fork
0
You've already forked inception
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6ad3a0d59c
inception
/
srcs
/
requirements
/
redis
/
Dockerfile
7 lines
93 B
Docker
Raw
Normal View
History
Unescape
Escape
bla
2023-06-25 05:25:27 +02:00
FROM
alpine
RUN
sleep
10
RUN
apk update
bla
2023-08-13 23:23:18 +02:00
RUN
apk add redis
bla
2023-06-25 05:25:27 +02:00
WORKDIR
/root/
bla
2023-08-13 23:23:18 +02:00
CMD
sh redis-server
Reference in New Issue
Copy Permalink