On-demand activation of Docker containers with systemd
On-demand activation of Docker containers with systemd
One of the features of systemd is its ability to defer the start-up of networked applications until their services are actually requested, a process referred to as socket activation. This isn’t really a new an idea; systemd borrowed the idea from launchd which has been in OS X since Tiger’s release in 2005, and the venerable Unix inetd has implemented a simpler version of it since the 1980s.
One minute to read