1
0
mirror of https://github.com/juliengk/csf-post-docker.git synced 2023-10-10 11:37:41 +00:00
Ian Oswald f251e54859 Ensure dockers IP bindings are maintained for ip:port forwarding.
When exposing a port only to a particular IP address with `-p 127.0.0.1:3005:3000` after a csf restart previously this would expose port 3005 to the world. With this change, ports that aren't exposed to 0.0.0.0 are limited.
2016-04-27 14:51:40 +10:00
2016-03-12 14:25:09 -05:00
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.

Description
No description provided
Readme 52 KiB
Languages
Shell 100%