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
@@ -35,7 +35,8 @@ Now you are ready to go with a little CI/CD Environment:
35
35
```
36
36
#### Security
37
37
... not really, its all http .. don't worry about it! It's only local communication
38
-
<spanstyle="color:red">WARNING</span>
38
+
39
+
WARNING
39
40
All the Services are reachable because docker creates and deletes dynamically FORWARD Rules with ACCEPT on startup / shutdown containers with exported ports.
40
41
To deny acccess froum outer world the DOCKER-USER Chain (since docker 17.06) ist the medium of choice.
41
42
A little Script to deny all access from outer world to your local build environment could be
0 commit comments