shashama After I install the memcached it is successfully installed but when I start it the message "Memcached service is now enabled." but when I restart the page it say "Memcached is currently disabled."
stefan shashama please run the command: docker exec USERNAME bash -c "sed -i '/^-l ::1/d' /etc/memcached.conf && service memcached restart"
stefan Memcached is listening on IPv6 by default, but since there Is no ipv6 network, it fails to bind.. I've disabled it in the git code, please @MixDelo run tests and if everything is ok we can add it in the upcoming version.