1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-02-23 21:05:17 +00:00

Updated Docker Installation (textile)

catborise 2020-01-08 20:41:29 +03:00
parent 81577f27fd
commit 1d66f72d5b

@ -3,7 +3,9 @@ Install Docker(on host or guest) : "Docker Installation Guide":https://docs.dock
Steps: Steps:
# Install git, python # Install git, python
<pre><code>sudo apt install git python</code></pre> <pre><code>sudo apt install git python
or
yum install git python</code></pre>
# Clone from repository # Clone from repository
<pre><code>git clone https://github.com/retspen/webvirtcloud.git</code></pre> <pre><code>git clone https://github.com/retspen/webvirtcloud.git</code></pre>
# Move to the installation folder # Move to the installation folder