Has anyone run into this problem? When execute co...
# contributing-to-airbyte
w
Has anyone run into this problem? When execute command
./gradlew clean
, I get this error:
Copy code
An exception occurred applying plugin request [id: 'airbyte-docker']
> Failed to apply plugin [id 'airbyte-docker']
   > A problem occurred starting process 'command 'docker''
u
are you able to start docker command? maybe your docker daemon is not running?
u
It’s weird. At first I think that my docker daemon is not running, but it did running.
u
What version of docker are you running? You can also run
./gradlew
with the
--info
flag to get more log output.