1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 12:29:07 +00:00

Fix documentation typo

This commit is contained in:
Valentin Hăloiu
2014-06-21 18:03:05 +07:00
parent e9c10422cf
commit 4655dc7e88

View File

@@ -289,7 +289,7 @@ RUN apt-get clean &amp;&amp; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*</pre>
<p>The shell script must be called <code>run</code>, must be executable, and is to be placed in the directory <code>/etc/service/&lt;NAME&gt;</code>.</p>
<p>Here's an example showing you how to a memached server runit entry can be made.</p>
<p>Here's an example showing you how a memached server runit entry can be made.</p>
<pre>### In memcached.sh (make sure this file is chmod +x):
#!/bin/sh