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