Update Readme.md

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

View file

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