clarinet
clarinet copied to clipboard
Sanity checks and human readable errors for Devnet
I just created a new VM with no docker installed, and clarinet compiled from source (feat/dap branch). Here's what I get:
$ clarinet integrate
Unable to start Devnet: make sure that Docker is installed on this machine and running.
That's not good enough?
Oh, you mean to check whether docker daemon is running as a non-root user. My bad.
I'm struggling with this issue as well. I do have rootless docker install running correctly, and I'm getting the same error. Docker is there but clarinet doesn't detect this and doesn't provide any useful feedback about how to fix it.
I also having the same issue. What could fix it?
While tackling this issue, we should also make sure that all the port needed are available.
While tackling this issue, we should also make sure that all the port needed are available.
How can we make sure that all port needed are available?
The latest versions of Clarinet are doing a better job on explaining this class of errors, closing now.