Member since
11-09-2017
69
Posts
17
Kudos Received
13
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1751 | 04-05-2019 08:50 AM | |
| 1534 | 04-04-2019 05:17 PM | |
| 2386 | 04-04-2019 05:08 PM |
12-06-2018
10:10 AM
3 Kudos
The latest Docker version available form official Centos and RedHat repository has an issue preventing to exec the container. Issue when starting Cloudbreak is the following: Starting Cloudbreak generating docker-compose.yml generating uaa.yml Initialize and migrate databases Creating cbreak_commondb_1 ... Creating cbreak_commondb_1 ... done [ERROR] The database hasn't started within 30 seconds. Docker version: docker-1.13.1-84.git07f3374.el7.centos.x86_64 There are the following solutions, you can choose either: Downgrade to an older version: yum downgrade docker-1.13.1-75.git8633870.el7.centos.x86_64 docker-client-1.13.1-75.git8633870.el7.centos.x86_64 docker-common-1.13.1-75.git8633870.el7.centos.x86_64 Upgrade to a newer version, using Docker repository: https://docs.docker.com/install/linux/docker-ce/centos/#set-up-the-repository After choosing either option docker restart should work.
... View more
Labels:
07-04-2018
03:49 PM
1 Kudo
@mmolnar This is great feedback. I've updated the article to include a link for downloading the files. Thank you!
... View more