10up / wp-local-docker-v2

ARCHIVED: A simple Docker based development environment for WordPress.
MIT License
484 stars 81 forks source link

Update Linux section on Readme! #297

Closed shahzaibcb closed 1 year ago

shahzaibcb commented 2 years ago

Descript for requirements

In order to setup 10updocker on ubuntu, the user must be added in docker group since when you install wp-local-docker using npm it checks the docker service via the user that installs it. Since the user is not the direct root user due to which it doesn't detect the docker process and setup gets failed with error Docker is not running. In addition to that, the c compilers are necessary to compile the installation process.