This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
k3s
mirror of
https://github.com/k3s-io/k3s
Watch
1
Star
0
Fork
You've already forked k3s
0
Code
Issues
Projects
Releases
Wiki
Activity
943d7160d5
k3s
/
examples
/
guestbook
/
redis-slave
/
Dockerfile
8 lines
67 B
Docker
Raw
Normal View
History
Unescape
Escape
Stop using dockerfile/* images As per http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/ docker has stopped answering dockerfile/redis and dockerfile/nginx. Fix all users in our tree. Sadly this means a lot of published examples are now broken.
2015-04-16 16:11:47 +00:00
FROM
redis
Added the example dockerfiles.
2014-06-11 19:33:39 +00:00
ADD
run.sh /run.sh
RUN
chmod a+x /run.sh
CMD
/run.sh