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
938d8ebf54
commit
2a64f89073
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 .
|
1. podman build -t openvk .
|
||||||
# podman run -it -p YOUR_EXTEND_PORT:80 openvk
|
2. podman run -it -p YOUR_EXTEND_PORT:80 openvk
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
For *docker* use:
|
For *docker* use:
|
||||||
|
|
||||||
# docker build -t openvk .
|
1. docker build -t openvk .
|
||||||
# docker run -it -p YOUR_EXTEND_PORT:80 --privileged openvk
|
2. docker run -it -p YOUR_EXTEND_PORT:80 --privileged openvk
|
||||||
|
|
Loading…
Reference in a new issue