Update Readme.md

This commit is contained in:
samuhin 2021-04-28 05:28:50 +03:00 committed by GitHub
parent 2a64f89073
commit 7419cbe636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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