D:\docker_devops\ec>docker-compose up
[+] Building 0.6s (3/3) FINISHED
=> [internal] load build definition from php5-Dockerfile 0.4s
=> => transferring dockerfile: 315B 0.0s
=> [internal] load .dockerignore 0.4s
=> => transferring context: 2B 0.0s
=> ERROR [internal] load metadata for docker.registry.xxxxx.com:5000/develop/php-with-supervisor:5.6.5 0.1s
------
> [internal] load metadata for docker.registry.xxxxx.com:5000/develop/php-with-supervisor:5.6.5:
------
failed to solve: failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to do request: Head "https://docker.registry.xxxxx.com:5000/v2/develop/php-with-supervisor/manifests/5.6.5": http: server gave HTTP response to HTTPS client
D:\docker_devops\ec>
Error Messages:
failed to solve: failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to do request: Head "https://docker.registry.xxxx.com:5000/v2/develop/php-with-supervisor/manifests/5.6.5": http: server gave HTTP response to HTTPS client
Solution:
Add the following configuration in Engine of docker destorp Setting
“features”: {
“buildkit”: false
}