mirror of
https://github.com/openvk/openvk
synced 2025-04-23 08:33:02 +03:00
14 lines
253 B
Markdown
14 lines
253 B
Markdown
Instruction for building with Podman|Docker:
|
|
|
|
For *podman* use:
|
|
|
|
1. podman build -t openvk .
|
|
2. podman run -it -p YOUR_EXTEND_PORT:80 openvk
|
|
|
|
|
|
|
|
|
|
For *docker* use:
|
|
|
|
1. docker build -t openvk .
|
|
2. docker run -it -p YOUR_EXTEND_PORT:80 --privileged openvk
|