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
2a64f89073
commit
7419cbe636
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
Instruction for building with Podman|Docker:
|
||||
Instruction for building with **Podman|Docker**:
|
||||
|
||||
For *podman* use:
|
||||
For **podman** use:
|
||||
|
||||
1. podman build -t openvk .
|
||||
2. podman run -it -p YOUR_EXTEND_PORT:80 openvk
|
||||
|
@ -8,7 +8,7 @@ For *podman* use:
|
|||
|
||||
|
||||
|
||||
For *docker* use:
|
||||
For **docker** use:
|
||||
|
||||
1. docker build -t openvk .
|
||||
2. docker run -it -p YOUR_EXTEND_PORT:80 --privileged openvk
|
||||
|
|
Loading…
Reference in a new issue