We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3420573 commit f620cb6Copy full SHA for f620cb6
bin/entrypoint.sh
@@ -0,0 +1,9 @@
1
+#!/usr/local/bin/dumb-init /bin/bash
2
+set -e
3
+
4
+if [ -S /shareddev/log ];then
5
+ ln -s /shareddev/log /dev/log
6
+ logger -s "Created symlink from syslog container"
7
+fi
8
9
+exec "$@"
0 commit comments