Initial
This commit is contained in:
10
container-filesystem/docker-entrypoint.sh
Executable file
10
container-filesystem/docker-entrypoint.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Remove left-overs from an incomplete shutdown previously.
|
||||
rm -rf /run/httpd/* /tmp/httpd*
|
||||
|
||||
exec /usr/sbin/httpd \
|
||||
-DFOREGROUND \
|
||||
-c "LogLevel ${LOG_LEVEL:-error}" \
|
||||
-c "ServerName ${HOSTNAME}" \
|
||||
"$@"
|
||||
9
container-filesystem/etc/bashrc.local
Normal file
9
container-filesystem/etc/bashrc.local
Normal file
@@ -0,0 +1,9 @@
|
||||
# /etc/bashrc.local
|
||||
|
||||
PS1='\u@\w/ \$ '
|
||||
export PS1
|
||||
|
||||
alias ls="ls -F --color"
|
||||
alias l="ls -ahl"
|
||||
|
||||
#end
|
||||
Reference in New Issue
Block a user