diff --git a/install/automated/Docker|Podman/Readme.md b/install/automated/Docker|Podman/Readme.md index 53479c5e..b52ae9b2 100644 --- a/install/automated/Docker|Podman/Readme.md +++ b/install/automated/Docker|Podman/Readme.md @@ -1,6 +1,6 @@ -Instruction for building with Podman|Docker: +Instruction for building with **Podman|Docker**: -For *podman* use: +For **podman** use: 1. podman build -t openvk . 2. podman run -it -p YOUR_EXTEND_PORT:80 openvk @@ -8,7 +8,7 @@ For *podman* use: -For *docker* use: +For **docker** use: 1. docker build -t openvk . 2. docker run -it -p YOUR_EXTEND_PORT:80 --privileged openvk