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
0b29ff81f9
commit
d3141d2000
1 changed files with 6 additions and 10 deletions
|
@ -1,18 +1,14 @@
|
|||
Instruction for building with Podman|Docker:
|
||||
|
||||
For podman use:
|
||||
For *podman* use:
|
||||
|
||||
podman build -t openvk .
|
||||
|
||||
|
||||
podman run -it -p YOUR_EXTEND_PORT:80 openvk
|
||||
#podman build -t openvk .
|
||||
#podman run -it -p YOUR_EXTEND_PORT:80 openvk
|
||||
|
||||
|
||||
|
||||
|
||||
For docker use:
|
||||
For *docker* use:
|
||||
|
||||
docker build -t openvk .
|
||||
|
||||
|
||||
docker run -it -p YOUR_EXTEND_PORT:80 --privileged openvk
|
||||
#docker build -t openvk .
|
||||
#docker run -it -p YOUR_EXTEND_PORT:80 --privileged openvk
|
||||
|
|
Loading…
Reference in a new issue