mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Updated Docker Installation (textile)
parent
9453c52ec3
commit
68dbfeacff
1 changed files with 8 additions and 1 deletions
|
|
@ -23,3 +23,10 @@ exit()
|
||||||
# Login with: Username admin, password admin
|
# Login with: Username admin, password admin
|
||||||
# Change your admin password
|
# 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>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue