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
@gkowalski What version of Docker and docker-compose are you using? I can successfully build the image with on
$ docker --version
Docker version 20.10.2, build 2291f61
Also, our documentation start to systematically recommend the use of docker compose instead of docker-compose. docker compose comes with the Docker Engine while docker-compose requires an extra package to be installed. This will be documented in the README of this repo soon (#175 ).
@gkowalski@thomasyu888 When deploying the data node, you should the production image stored on Docker Hub and not build it yourself. Note that I find the behavior of docker compose confusion regarding when it build the image or when it pull it from a registry when image: is defined in docker-compose.yml. The best approach I know is 1) delete any image of the data node if you have on locally, 2) docker compose pull, 3) docker compose up. This too will be added to the README later.
Problem description
Cannot build data-node 1.2.0
Steps to reproduce the issue
Expected behavior
Extra information
The text was updated successfully, but these errors were encountered: