mirror of
https://github.com/retspen/webvirtcloud
synced 2025-02-23 21:05:17 +00:00
Updated Docker Installation (textile)
parent
81577f27fd
commit
1d66f72d5b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue