You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker build -t grin -f etc/Dockerfile.floonet .
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /home/<username>/etc: no such file or directory
Also tried with sudo and etc/Dockerfile . but didn't work.
Using Ubuntu 18.04 x64
Docker version 18.09.1, build 4c52b90
The text was updated successfully, but these errors were encountered:
This error doesn't make much sense I am afraid. Supposedly, you should have something like /home/<username>/grin/etc. Are you sure, you are running the command from the correct directory (you should be in the root of the grin repo)?
The docker build works fine on my machine (Fedora 28 with docker version 17.05.0-ce).
Also tried with
sudo
andetc/Dockerfile .
but didn't work.Using Ubuntu 18.04 x64
Docker version 18.09.1, build 4c52b90
The text was updated successfully, but these errors were encountered: