mirror of
https://github.com/openvk/openvk
synced 2025-04-23 08:33:02 +03:00
Update Readme.md
This commit is contained in:
parent
d3141d2000
commit
8824a8dc1a
1 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@ 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