This website requires JavaScript.
Explore
Help
Register
Sign In
rancher
/
os
Watch
1
Star
0
Fork
1
You've already forked os
mirror of
https://github.com/rancher/os.git
synced
2025-09-19 09:22:40 +00:00
Code
Issues
Releases
Wiki
Activity
Files
b17162eff8c080f6980e9ddd1c4f8442c30ec32c
os
/
images
/
02-logrotate
/
Dockerfile
4 lines
68 B
Docker
Raw
Normal View
History
Unescape
Escape
Add logrotate and cron system services to support basic log rotation. Signed-off-by: Stephen Drake <stephen@xenolith.net>
2017-07-05 12:01:17 +02:00
FROM
rancher/os-base
Refactoring each os image More reasonable use of COPY, easy to maintain
2018-12-03 13:26:25 +08:00
COPY
. /
Add logrotate and cron system services to support basic log rotation. Signed-off-by: Stephen Drake <stephen@xenolith.net>
2017-07-05 12:01:17 +02:00
ENTRYPOINT
[
"/usr/bin/entrypoint.sh"
]
Reference in New Issue
Copy Permalink