Praqma / staci

Containerizing the Atlassian tools stack. Jira, Confluence, Bamboo and a MySQL database.
MIT License
12 stars 5 forks source link

Install does not work if docker host is created but not running #39

Open martinmosegaard opened 8 years ago

martinmosegaard commented 8 years ago

Environment: Using VirtualBox, had a Docker host called praqma-Atlassian from a previous run, but it was stopped. Running staci.sh install failed because staci did not try to start the host:

$ ./staci.sh install
Installing using property files, please wait....
  - Creating instance praqma-Atlassian via virtualbox - tail -f /.../staci/logs/virtualbox.praqma-Atlassian.log

 - Building images
  # Building base image, please wait...
Error checking TLS connection: Host is not running
    - Building base image.
  # Building Atlassian, please wait...
Error checking TLS connection: Host is not running
   - Building Jira image
Error checking TLS connection: Host is not running
   - Building MySQL image
 - Generating docker-compose.yml - OK
 - Starting containers, using docker-compose
Error checking TLS connection: Host is not running
Container mysql is not running...