Skip to content

Commit 818217a

Browse files
committed
MLE-24685 Fixing Polaris issue in Docker file
1 parent 3805c2f commit 818217a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ services:
55
marklogic:
66
image: "${MARKLOGIC_IMAGE}"
77
platform: linux/amd64
8+
# The NET_RAW capability allows a process to create raw sockets. Polaris does not like that.
9+
# This setting removes the NET_RAW capability from the container.
10+
cap_drop:
11+
- NET_RAW
812
environment:
913
- INSTALL_CONVERTERS=true
1014
- MARKLOGIC_INIT=true

0 commit comments

Comments
 (0)