1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-02-23 04:45:18 +00:00

Updated Docker Installation (textile)

FrancescoFdd5 2020-01-08 20:09:55 +01:00
parent 529d3f90b4
commit 30f3e9faa3

@ -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. # Docker run command creates new container from base image.
# To stop docker container use: # To stop docker container use:
<pre><code>docker stop <container id></code></pre> <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> <pre><code>docker start <container id></code></pre>
*** ***
Update Webvirtcloud *Update Webvirtcloud:*
# Enter running container # Enter running container
<pre><code>docker exec -it <container id> /bin/bash</code></pre> <pre><code>docker exec -it <container id> /bin/bash</code></pre>
# Run followed commands # Run followed commands