docker php container installation memcached

WBOY
Release: 2016-07-28 08:27:26
Original
1423 people have browsed it

Docker’s PHP container installation memcached


The download address is here: https://launchpad.net/libmemcached/+download


<code>curl <span>-O</span> https:<span>//launchpadlibrarian.net/165454254/libmemcached-1.0.18.tar.gz </span>
cd libmemcached<span>-</span><span>1.0</span><span>.18</span>tar <span>-xvzf</span> libmemcached<span>-</span><span>1.0</span><span>.18</span><span>.</span>tar<span>.</span>gz 
<span>.</span>/configure <span>--</span><span>with</span><span>-memcached</span><span>--</span>disable<span>-memcached</span><span>-sasl</span>
make <span>&&</span> make install 

apt<span>-get</span> install zlib1g<span>-dev</span></code>
Copy after login
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

The above introduces docker's PHP container installation memcached, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!