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

Correct typo

This commit is contained in:
Arkadi Shishlov
2014-08-04 14:50:38 +03:00
parent 8c12cdc601
commit b52270f993

View File

@@ -298,7 +298,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>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 a memached server runit entry can be made.</p> <p>Here's an example showing you how a memcached server runit entry can be made.</p>
<pre>### In memcached.sh (make sure this file is chmod +x): <pre>### In memcached.sh (make sure this file is chmod +x):
#!/bin/sh #!/bin/sh