You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,8 @@ Now you are ready to go with a little CI/CD Environment:
37
37
... not really, its all http .. don't worry about it! It's only local communication
38
38
39
39
WARNING
40
-
All the Services are reachable because docker creates and deletes dynamically FORWARD Rules with ACCEPT on startup / shutdown containers with exported ports.
40
+
All the services are reachable from outer world because docker creates and deletes dynamically FORWARD Rules with ACCEPT on startup / shutdown containers with exported ports.
41
+
41
42
To deny acccess froum outer world the DOCKER-USER Chain (since docker 17.06) ist the medium of choice.
42
43
A little Script to deny all access from outer world to your local build environment could be
0 commit comments