Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 371 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 371 Bytes

Idea

Basing off https://hub.docker.com/_/alpine/, most of my current images in development have these packages in common:

  • openntpd for timezone sync
  • inotify-tools for watch mode
  • runit for multi-services (usually used in conjunction with inotify to watch folders/files)
  • curl (troubleshoot HTTP requests inside container and healthchecks)