Said docker pull docker pull, should be docker pull collabora/code IMO. Tested the faulty one and it doesn't work.
This commit is contained in:
Ezra 2016-08-16 09:19:58 +02:00 коммит произвёл GitHub
Родитель ace0c7baa0
Коммит 08bfdbbd97
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -177,7 +177,7 @@ docker run -t -d -p 127.0.0.1:9980:9980 -e "domain=cloud\.nextcloud\.com" --rest
<p>Occasionally, new versions of this docker image are released with security and feature updates. We will of course let you know when that happens! This is how you upgrade to a new version:
<ul>
<li>grab new docker image:<br/>
<code>docker pull docker pull</code></li>
<code>docker pull collabora/code</code></li>
<li>List docker images:<br/>
<code>docker ps</code><br/>
from the output you can glean the Container ID of your Collabora Online docker image.</li>