forked from Docker/baseimage-docker
Correct typo
This commit is contained in:
@@ -298,7 +298,7 @@ RUN apt-get clean && 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/<NAME></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/<NAME></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
|
||||||
|
|||||||
Reference in New Issue
Block a user