Skip to content

How to secure memcache #46

@amruthapbhat

Description

@amruthapbhat

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

No one assigned

    Labels

    questionUsability question, not directly related to an error with the image

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions