1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Updated Docker Installation (textile)

FrancescoFdd5 2020-01-08 10:28:20 +01:00
parent 9453c52ec3
commit 68dbfeacff

@ -22,4 +22,11 @@ exit()
# Run browser enter host url with http.
# Login with: Username admin, password admin
# Change your admin password
# Add new host
# Add new host
# After the first start the container must be started with another command.
First you need to get the id of the container.
<pre><code>docker ps -a</code></pre>
or
<pre><code>docker container ls</code></pre>
# Then to start the container use this command:
<pre><code>docker start "docker container id"</code></pre>