-
- Downloads
docker-entrypoint: don't close fd 3.
The file descriptor 3 in the container might be an
activated socket that was inherited from systemd
via Podman and should therefore not be closed.
Fixes #702.
Signed-off-by:
Erik Sjölund <erik.sjolund@gmail.com>
Showing
- entrypoint/10-listen-on-ipv6-by-default.sh 16 additions, 10 deletionsentrypoint/10-listen-on-ipv6-by-default.sh
- entrypoint/20-envsubst-on-templates.sh 8 additions, 2 deletionsentrypoint/20-envsubst-on-templates.sh
- entrypoint/docker-entrypoint.sh 14 additions, 14 deletionsentrypoint/docker-entrypoint.sh
Please register or sign in to comment