1
0
mirror of https://github.com/juliengk/csf-post-docker.git synced 2023-10-10 13:37:41 +02:00
Go to file
Johno Crawford 751b5d2930 Correct shebang to avoid confusion
In this case the shebang isn't even used as the script is invoked with /bin/sh &syscommand(__LINE__,"/bin/sh /etc/csf/csfpost.sh"); (even with the csf-pre_post_sh project as it just sources the script).
2016-04-27 07:30:26 +02:00
docker.sh Correct shebang to avoid confusion 2016-04-27 07:30:26 +02:00
install.sh Add install script 2016-03-12 14:25:09 -05:00
README.md Update README.md 2016-03-30 10:17:31 -04:00

ConfigServer Security & Firewall (CSF) - Docker

Installation

Requirement

Make sure to use the scripts from https://github.com/juliengk/csf-pre_post_sh

Install

Installation is quite straightforward:

# cd /usr/local/src
# git clone https://github.com/juliengk/csf-post-docker.git
# cd csf-post-docker
# sh install.sh

User Feedback

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.