mirror of
https://github.com/openvk/openvk
synced 2025-04-23 00:23:01 +03:00
Update Readme.md
This commit is contained in:
parent
9c5cf77665
commit
c17f3411c8
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue