This commit is contained in:
Andreas Neue 2026-02-03 09:49:58 +01:00
commit 1deee3d43a
10 changed files with 95 additions and 0 deletions

3
root/docker-entrypoint.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
echo "Hi, I'm your /docker-entrypoint.sh. You have to make me work by shaping me tenderly!"
exit 0

3
root/docker-entrypoint.sh~ Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
echo "You have to make me work by shaping me tenderly!"
exit 0

3
root/entrypoint.sh~ Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
echo "Hello World!"
exit 0

12
root/etc/rsyslog.conf~ Normal file
View file

@ -0,0 +1,12 @@
$ModLoad immark.so # provides --MARK-- message capability
$ModLoad imuxsock.so # provides support for local system logging (e.g. via logger command)
# default permissions for all log files.
$FileOwner root
$FileGroup adm
$FileCreateMode 0640
$DirCreateMode 0755
$Umask 0022
#*.info /dev/stdout
#mail.* /dev/stdout