mirror of
https://github.com/openvk/openvk
synced 2025-05-05 08:36:38 +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:
|
For podman use:
|
||||||
|
|
||||||
podman build -t openvk .
|
podman build -t openvk .
|
||||||
|
|
||||||
|
|
||||||
podman run -it -p YOUR_EXTEND_PORT:80 openvk
|
podman run -it -p YOUR_EXTEND_PORT:80 openvk
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
For docker use:
|
For docker use:
|
||||||
|
|
||||||
docker build -t openvk .
|
docker build -t openvk .
|
||||||
|
|
||||||
|
|
||||||
docker run -it -p YOUR_EXTEND_PORT:80 --privileged openvk
|
docker run -it -p YOUR_EXTEND_PORT:80 --privileged openvk
|
||||||
|
|
Loading…
Reference in a new issue