From 9c5cf77665c80ba441354e0c8395c2fd3e262256 Mon Sep 17 00:00:00 2001 From: samuhin <47834890+samuhin@users.noreply.github.com> Date: Wed, 28 Apr 2021 02:24:47 +0300 Subject: [PATCH] Create Readme.md --- install/automated/Docker|Podman/Readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 install/automated/Docker|Podman/Readme.md diff --git a/install/automated/Docker|Podman/Readme.md b/install/automated/Docker|Podman/Readme.md new file mode 100644 index 00000000..cde1c1cf --- /dev/null +++ b/install/automated/Docker|Podman/Readme.md @@ -0,0 +1,12 @@ +Instruction for building with Podman|Docker: + +For podman use: + +podman build -t openvk . +podman run -it -p YOUR_EXTEND_PORT:80 openvk + + +For docker use: + +docker build -t openvk . +docker run -it -p YOUR_EXTEND_PORT:80 --privileged openvk