Create Readme.md

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

View file

@ -0,0 +1,12 @@
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