-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image
Description
Hi,
We have a requirement where in we need to secure memcache. We tried building the docker file providing the memcache.conf file as per the below link
https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-memcached-on-ubuntu-18-04
but when we do netstat -plunt inside the container it shows the below output
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
. . .
tcp 0 0 0.0.0.0:11211 0.0.0.0:* LISTEN 2279/memcached
Could you please let me know how i could restrict this running only within the service and not to the internet.
Metadata
Metadata
Assignees
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image