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-21 02:19:48 +00:00
Code
Issues
Releases
Wiki
Activity
Files
b787287190c6c83d8a161a42d0c22dc56eb0c9e8
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