mirror of
https://github.com/retspen/webvirtcloud
synced 2025-02-23 04:45:18 +00:00
Updated Docker Installation (textile)
parent
529d3f90b4
commit
30f3e9faa3
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ print(''.join([random.SystemRandom().choice(haystack) for _ in range(50)]))
|
|||
|
||||
***
|
||||
|
||||
Additional Information:
|
||||
*Additional Information:*
|
||||
# Docker run command creates new container from base image.
|
||||
# To stop docker container use:
|
||||
<pre><code>docker stop <container id></code></pre>
|
||||
|
@ -43,7 +43,7 @@ docker container ls</code></pre>
|
|||
<pre><code>docker start <container id></code></pre>
|
||||
|
||||
***
|
||||
Update Webvirtcloud
|
||||
*Update Webvirtcloud:*
|
||||
# Enter running container
|
||||
<pre><code>docker exec -it <container id> /bin/bash</code></pre>
|
||||
# Run followed commands
|
||||
|
|
Loading…
Reference in a new issue