From 30f3e9faa33835c345316cb2b83950daf79961e2 Mon Sep 17 00:00:00 2001 From: FrancescoFdd5 Date: Wed, 8 Jan 2020 20:09:55 +0100 Subject: [PATCH] Updated Docker Installation (textile) --- Docker-Installation.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker-Installation.textile b/Docker-Installation.textile index 89a92d4..f7af489 100644 --- a/Docker-Installation.textile +++ b/Docker-Installation.textile @@ -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:
docker stop 
@@ -43,7 +43,7 @@ docker container ls
docker start 
*** -Update Webvirtcloud +*Update Webvirtcloud:* # Enter running container
docker exec -it  /bin/bash
# Run followed commands