I can confirm the same. First time I tried to build from inside the directory with the docker file with docker build -t. I got the exact same error as Oscar. Building with docker-compose from the root directory is what worked for me.
On Mon, May 6, 2019 at 12:35 PM Ajay Tripathi <[email protected]> wrote: > Hi Oscar, > > I think the error may be because you are trying to build without > docker-compose, > can you please confirm this? > > You need to use docker-compose to build the images. > On the root directory of the repository there is a docker-compose file. > You need to do `docker-compose build` to build the images > and `docker-compose up` to bring up the containers. > > Best, > Ajay T. > > -- > You received this message because you are subscribed to the Google Groups > "OpenWISP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
