From 8824a8dc1a87e0f3832b44845ae9bce645ef9e53 Mon Sep 17 00:00:00 2001 From: samuhin <47834890+samuhin@users.noreply.github.com> Date: Wed, 28 Apr 2021 05:25:18 +0300 Subject: [PATCH] Update Readme.md --- install/automated/Docker|Podman/Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/automated/Docker|Podman/Readme.md b/install/automated/Docker|Podman/Readme.md index fed82275..3a63bccd 100644 --- a/install/automated/Docker|Podman/Readme.md +++ b/install/automated/Docker|Podman/Readme.md @@ -2,13 +2,13 @@ Instruction for building with Podman|Docker: For *podman* use: -#podman build -t openvk . -#podman run -it -p YOUR_EXTEND_PORT:80 openvk +# podman build -t openvk . +# podman run -it -p YOUR_EXTEND_PORT:80 openvk For *docker* use: -#docker build -t openvk . -#docker run -it -p YOUR_EXTEND_PORT:80 --privileged openvk +# docker build -t openvk . +# docker run -it -p YOUR_EXTEND_PORT:80 --privileged openvk