Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The notification platform is unavailable #2538

Closed
jamiewood678 opened this issue Mar 16, 2020 · 3 comments
Closed

The notification platform is unavailable #2538

jamiewood678 opened this issue Mar 16, 2020 · 3 comments

Comments

@jamiewood678
Copy link

Description:

I have built the docker containers using the following command
docker-compose up -d nginx mysql workspace
After this when trying to start the containers with the same command I get the following error

Cannot create container for service mysql: status code not OK but 500: {"Message":"Unhandled exception: The notification platform is unavailable.\r\n\r\nThe notification platform is unavailable.\r\n"}

I haven't changed any env settings and I'm using the latest version of docker with windows 10.

The only difference for my installation is that I had to install hyper-v using a guide because I have windows 10 home instead of pro.

https://forums.docker.com/t/installing-docker-on-windows-10-home/11722/25

Expected Behavior:

I'd expect the containers to start with no problems

Context information:

Output of git rev-parse HEAD

123e52e563fb507a7089952ff227df4c5e0daee6

Output of docker version

Client: Docker Engine - Community
 Version:           19.03.8
 API version:       1.40
 Go version:        go1.12.17
 Git commit:        afacb8b
 Built:             Wed Mar 11 01:23:10 2020
 OS/Arch:           windows/amd64
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          19.03.8
  API version:      1.40 (minimum version 1.12)
  Go version:       go1.12.17
  Git commit:       afacb8b
  Built:            Wed Mar 11 01:29:16 2020
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          v1.2.13
  GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
 runc:
  Version:          1.0.0-rc10
  GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
 docker-init:
  Version:          0.18.0
  GitCommit:        fec3683

Output of docker-compose version

Client: Docker Engine - Community
 Version:           19.03.8
 API version:       1.40
 Go version:        go1.12.17
 Git commit:        afacb8b
 Built:             Wed Mar 11 01:23:10 2020
 OS/Arch:           windows/amd64
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          19.03.8
  API version:      1.40 (minimum version 1.12)
  Go version:       go1.12.17
  Git commit:       afacb8b
  Built:            Wed Mar 11 01:29:16 2020
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          v1.2.13
  GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
 runc:
  Version:          1.0.0-rc10
  GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
 docker-init:
  Version:          0.18.0
  GitCommit:        fec3683
PS C:\sites\core-hosp\laradock> docker-compose version
docker-compose version 1.25.4, build 8d51620a
docker-py version: 4.1.0
CPython version: 3.7.4
OpenSSL version: OpenSSL 1.1.1c  28 May 2019

System info: Mac, Windows or Linux. Include which disto/version

Windows 10 home edition

Steps to reproduce the issue:

  1. Installed hyper-v using this guide https://forums.docker.com/t/installing-docker-on-windows-10-home/11722/25
  2. Build docker containers
  3. Start docker containers

Stacktrace & Additional info:

Creating laradock_mysql_1 ...
Creating laradock_docker-in-docker_1 ... error                                                                                                                                                                                                                                 Creating laradock_mysql_1            ... error                                                                                                                                                                                                                                 ERROR: for laradock_docker-in-docker_1  Cannot create container for service docker-in-docker: status code not OK but 500: {"Message":"Unhandled exception: The notification platform is unavailable.\r\n\r\nThe notification platform is unavailable.\r\n"}

ERROR: for laradock_mysql_1  Cannot create container for service mysql: status code not OK but 500: {"Message":"Unhandled exception: The notification platform is unavailable.\r\n\r\nThe notification platform is unavailable.\r\n"}

ERROR: for docker-in-docker  Cannot create container for service docker-in-docker: status code not OK but 500: {"Message":"Unhandled exception: The notification platform is unavailable.\r\n\r\nThe notification platform is unavailable.\r\n"}

ERROR: for mysql  Cannot create container for service mysql: status code not OK but 500: {"Message":"Unhandled exception: The notification platform is unavailable.\r\n\r\nThe notification platform is unavailable.\r\n"}
@bestlong
Copy link
Member

bestlong commented Apr 7, 2020

Windows 10 home edition not support Hyper-V

https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v

use Docker Toolbox.

@stale
Copy link

stale bot commented Jul 6, 2020

Hi 👋 this issue has been automatically marked as stale 📌 because it has not had recent activity 😴. It will be closed if no further activity occurs. Thank you for your contributions ❤️.

@stale stale bot added the Stale label Jul 6, 2020
@stale
Copy link

stale bot commented Jul 27, 2020

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

@stale stale bot closed this as completed Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants