forked from Docker/baseimage-docker
Merge pull request #141 from vassilevsky/fix-cron-desc
Fix site — Connect the standalone word combination to the previous sentence
This commit is contained in:
@@ -177,7 +177,7 @@ CMD ["/my_app/start.sh"]</pre>
|
|||||||
</dd>
|
</dd>
|
||||||
<dt>cron</dt>
|
<dt>cron</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>Many apps use cron services. But cron jobs never get run until the cron daemon is running. Your container.</p>
|
<p>Many apps use cron services. But cron jobs never get run until the cron daemon is running in your container.</p>
|
||||||
<p>The cron daemon is not run automatically. You have to start it yourself.</p>
|
<p>The cron daemon is not run automatically. You have to start it yourself.</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt>SSH daemon</dt>
|
<dt>SSH daemon</dt>
|
||||||
|
|||||||
Reference in New Issue
Block a user