Closed bydooweedoo closed 8 years ago
Hi there,
Not sure what you mean by "I changed my real path with /path/leveros which point to the cloned repository." Is /path/leveros
a symlink to the git-cloned leveros?
I have very similar setup in terms of versions - though I don't use docker-machine+VirtualBox in linux. Should work fine via native Docker.
Might be easier to debug this together over Gitter.
Hi,
For the path it is not a symlink, I just mean /path/leveros
is just the path I put for the purpose of this issue. In my computer, this path is different but it is not really important sorry about that ^^'.
I will try Gitter thanks :)
The issue was somehow related to using docker-machine on Ubuntu. Running with native docker worked fine. Closing this for now.
Hi there,
Just to let people knows how @vlad-alexandru-ionescu fixed this issue ;)
Just avoid using docker-machine
use native docker directly.
To do so open a new terminal and try use sudo
for every make
command.
A cleaner way would be to add your current user to the same group the docker
process is running under.
Thanks @vlad-alexandru-ionescu !!
Hello,
I am currently using ubuntu 14.04 LTS and follow installation instructions.
After cloning the repository and try
make
, it fails with the following error:I changed my real path with
/path/leveros
which point to the cloned repository.Docker version:
Docker machine:
Docker compose:
Virtual box:
Protoc:
Thank you for your help, I really can't wait to test leveros :) !