• I am trying to run [@wordpress/env](https://npm.im/@wordpress/env)’s wp-env start command on Windows 10. It looks like an error in a Golang or Ruby package that is trying to contact a Unix endpoint.

    
    × Error while running docker-compose command.
    latest: Pulling from library/wordpress
    Digest: sha256:8767bb331caccd7e7bf6b32329ccaa8fa5fd1b4801dc4724de4ce2c8602aaa4e
    Status: Downloaded newer image for wordpress:latest
    Pulling wordpress (wordpress:)...
    4c99f82c1f4c459ce248af8ef802a024_mysql_1 is up-to-date
    Creating 4c99f82c1f4c459ce248af8ef802a024_wordpress_1       ... error
    Creating 4c99f82c1f4c459ce248af8ef802a024_tests-wordpress_1 ...
    
    Creating 4c99f82c1f4c459ce248af8ef802a024_tests-wordpress_1 ... error
    
    ERROR: for 4c99f82c1f4c459ce248af8ef802a024_tests-wordpress_1  Cannot create container for service tests-wordpress: Post https://unix/filesharing/share: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
    
    ERROR: for wordpress  Cannot create container for service wordpress: Post https://unix/filesharing/share: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
    
    ERROR: for tests-wordpress  Cannot create container for service tests-wordpress: Post https://unix/filesharing/share: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
    Encountered errors while bringing up the project.
    
    • This topic was modified 4 years, 5 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 1 replies (of 1 total)
  • Can you open an issue on the repository (wherever that is)?
    This forum is for support of using WordPress, not the wp-env package. I doubt that those that know your answer frequent the forums much.

Viewing 1 replies (of 1 total)
  • The topic ‘Error in @wordpress/env Docker Set-up’ is closed to new replies.