Change names of oods images

This commit is contained in:
Ilya Sobolev 2021-10-29 12:46:18 +03:00
parent 9930a336d1
commit 83cf775ea4

View File

@ -212,7 +212,7 @@ sudo podman restart {container_id}
<p>Clone the ONLYOFFICE Docs repository, go to the <code>Docker-DocumentServer</code> folder and build the image using the following commands:</p>
<pre><code>git clone https://github.com/ONLYOFFICE/Docker-DocumentServer.git
cd Docker-DocumentServer/
sudo podman build --tag oods6.2.0:my -f ./Dockerfile
sudo podman build --tag onlyofficeds:podman -f ./Dockerfile
</code></pre>
</div>
</div>
@ -221,7 +221,7 @@ sudo podman build --tag oods6.2.0:my -f ./Dockerfile
<div class="block_of_step">
<div class="screen_text">
<p>Use the following command:</p>
<pre><code>buildah bud --tag oods6.2.0buildah:mybuildah -f ./Dockerfile
<pre><code>buildah bud --tag onlyofficeds:buildah -f ./Dockerfile
</code></pre>
</div>
<div class="notehelp">
@ -237,7 +237,7 @@ sudo podman build --tag oods6.2.0:my -f ./Dockerfile
-v /app/onlyoffice/DocumentServer/logs:/var/log/onlyoffice:Z \
-v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data:Z \
-v /app/onlyoffice/DocumentServer/lib:/var/lib/onlyoffice:Z \
-v /app/onlyoffice/DocumentServer/db:/var/lib/postgresql:Z localhost/oods6.2.0buildah:mybuildah
-v /app/onlyoffice/DocumentServer/db:/var/lib/postgresql:Z localhost/onlyofficeds:buildah
</code></pre>
</div>
</div>