mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 20:38:58 +00:00
Fix documentation typo
This commit is contained in:
@@ -289,7 +289,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 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):
|
<pre>### In memcached.sh (make sure this file is chmod +x):
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|||||||
Reference in New Issue
Block a user