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