Update Readme.md

This commit is contained in:
samuhin 2021-04-28 02:25:07 +03:00 committed by GitHub
parent 9c5cf77665
commit c17f3411c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,10 +3,16 @@ Instruction for building with Podman|Docker:
For podman use:
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