summaryrefslogtreecommitdiffstats
path: root/docs/CONTAINER_INTERFACE.md
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2023-06-23 13:08:57 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2023-06-23 14:46:56 +0200
commitdc7e580e64a80e982619fb099ef736cd2379f92a (patch)
tree5d44002bb7c9a95e67b838656221d23e662cec1c /docs/CONTAINER_INTERFACE.md
parentresolved: if ipv6 is off patch hostname→address query with unspec family to... (diff)
downloadsystemd-dc7e580e64a80e982619fb099ef736cd2379f92a.tar.xz
systemd-dc7e580e64a80e982619fb099ef736cd2379f92a.zip
tree-wide: use https for the 0pointer.de doc links
Diffstat (limited to 'docs/CONTAINER_INTERFACE.md')
-rw-r--r--docs/CONTAINER_INTERFACE.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CONTAINER_INTERFACE.md b/docs/CONTAINER_INTERFACE.md
index 2435d4ae97..7fa8558c7c 100644
--- a/docs/CONTAINER_INTERFACE.md
+++ b/docs/CONTAINER_INTERFACE.md
@@ -171,7 +171,7 @@ manager, please consider supporting the following interfaces.
`SIGRTMIN+3` like this, this might confuse other init systems.
4. To support [Socket Activated
- Containers](http://0pointer.de/blog/projects/socket-activated-containers.html)
+ Containers](https://0pointer.de/blog/projects/socket-activated-containers.html)
the container manager should be capable of being run as a systemd
service. It will then receive the sockets starting with FD 3, the number of
passed FDs in `$LISTEN_FDS` and its PID as `$LISTEN_PID`. It should take
@@ -182,9 +182,9 @@ manager, please consider supporting the following interfaces.
activation work. The protocol to hand sockets from systemd to services is
hence the same as from the container manager to the container systemd. For
further details see the explanations of
- [sd_listen_fds(1)](http://0pointer.de/public/systemd-man/sd_listen_fds.html)
+ [sd_listen_fds(1)](https://0pointer.de/public/systemd-man/sd_listen_fds.html)
and the [blog story for service
- developers](http://0pointer.de/blog/projects/socket-activation.html).
+ developers](https://0pointer.de/blog/projects/socket-activation.html).
5. Container managers should stay away from the cgroup hierarchy outside of the
unit they created for their container. That's private property of systemd,