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
nathan@nathanbasanese:~/proj/connectathon/marbles$ ./marbles.sh up riskbazaar oOvYNjxVHPxc RiskBazaar pmyymgf alexandra riskbazaar
Using default tag: latest
latest: Pulling from connectathon/fabric-ccenv
Digest: sha256:4a3afd68767a53bf9c8dd4a2ad58227a5da40f203d24513ac902f29b9154f908
Status: Image is up to date for connectathon/fabric-ccenv:latest
ERROR: In file './docker-compose-no-cdb.yml' service 'version' doesn't have any configuration options. All top level keys in your docker-compose.yml must map to a dictionary of configuration options.
ERROR: In file './docker-compose-no-cdb.yml' service 'version' doesn't have any configuration options. All top level keys in your docker-compose.yml must map to a dictionary of configuration options.
nathan@nathanbasanese:~/proj/connectathon/marbles$
Perhaps I have an error with my docker-compose:
nathan@nathanbasanese:~/proj/connectathon/marbles$ docker-compose -v
docker-compose version 1.5.2, build unknown
nathan@nathanathanasanese:~/proj/connectathon/marbles$ sudo docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
78445dd45222: Pull complete
Digest: sha256:c5515758d4c5e1e838e9cd307f6c6a0d620b5e07e6f927b07d05f6d12a1ac8d7
Even if this is my own fault, I hope that posting this github issue helps someone find a solution for themselves.
The text was updated successfully, but these errors were encountered:
It looks like your version of docker-compose doesn't recognize the version tag at the top of the docker compose files and is interpreting it as the name of a service. Try updating docker and docker-compose. I'm betting that will resolve the issue.
// , Hi! Glad to see you at the conference.
I ended up with the following error when I attempted to use the connectathon instructions:
https://0bin.net/paste/xy-AHzZ78zs55L-f#HhRr67uPGh-f1J5t7usjzhAe4p3db3gXQ0aqxq9y6xB
The link above expires upon March 2.
The main error I'm getting is as follows:
Perhaps I have an error with my
docker-compose
:Even if this is my own fault, I hope that posting this github issue helps someone find a solution for themselves.
The text was updated successfully, but these errors were encountered: