From 2a64f890735bd2c68e8ef7164f23f5e97481d3dc Mon Sep 17 00:00:00 2001 From: samuhin <47834890+samuhin@users.noreply.github.com> Date: Wed, 28 Apr 2021 05:26:02 +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 3a63bccd..53479c5e 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 +1. podman build -t openvk . +2. 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 +1. docker build -t openvk . +2. docker run -it -p YOUR_EXTEND_PORT:80 --privileged openvk