From 68dbfeacff280046d78498f97a1de8f1c8cbc76d Mon Sep 17 00:00:00 2001 From: FrancescoFdd5 Date: Wed, 8 Jan 2020 10:28:20 +0100 Subject: [PATCH] Updated Docker Installation (textile) --- Docker-Installation.textile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Docker-Installation.textile b/Docker-Installation.textile index 04a97bd..0282783 100644 --- a/Docker-Installation.textile +++ b/Docker-Installation.textile @@ -22,4 +22,11 @@ exit() # Run browser enter host url with http. # Login with: Username admin, password admin # Change your admin password -# Add new host \ No newline at end of file +# 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. +
docker ps -a
+or +
docker container ls
+# Then to start the container use this command: +
docker start "docker container id"
\ No newline at end of file