mirror of
https://github.com/openvk/openvk
synced 2025-04-23 08:33:02 +03:00
Create Readme.md
This commit is contained in:
parent
5443081f87
commit
9c5cf77665
1 changed files with 12 additions and 0 deletions
12
install/automated/Docker|Podman/Readme.md
Normal file
12
install/automated/Docker|Podman/Readme.md
Normal 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
|
Loading…
Reference in a new issue