Advertisement
smaction

Docker error

Jun 4th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. scott@scott-VirtualBox:~/contributor-day/wordpress-develop$ npm run env:start
  2.  
  3. > WordPress@5.5.0 env:start /home/scott/contributor-day/wordpress-develop
  4. > node ./tools/local-env/scripts/start.js
  5.  
  6. ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?
  7.  
  8. If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.
  9. child_process.js:669
  10. throw err;
  11. ^
  12.  
  13. Error: Command failed: docker-compose up -d wordpress-develop
  14. at checkExecSyncError (child_process.js:629:11)
  15. at execSync (child_process.js:666:13)
  16. at Object.<anonymous> (/home/scott/contributor-day/wordpress-develop/tools/local-env/scripts/start.js:7:1)
  17. at Module._compile (internal/modules/cjs/loader.js:778:30)
  18. at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
  19. at Module.load (internal/modules/cjs/loader.js:653:32)
  20. at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
  21. at Function.Module._load (internal/modules/cjs/loader.js:585:3)
  22. at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
  23. at startup (internal/bootstrap/node.js:283:19)
  24. npm ERR! code ELIFECYCLE
  25. npm ERR! errno 1
  26. npm ERR! WordPress@5.5.0 env:start: `node ./tools/local-env/scripts/start.js`
  27. npm ERR! Exit status 1
  28. npm ERR!
  29. npm ERR! Failed at the WordPress@5.5.0 env:start script.
  30. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  31.  
  32. npm ERR! A complete log of this run can be found in:
  33. npm ERR! /home/scott/.npm/_logs/2020-06-04T16_49_39_519Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement