-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added comment on unchecking Docker Compose V2 #191
Conversation
Feedbacl based on bcgov#191 (review) Co-authored-by: Wade Barnes <wade@neoterictech.ca>
Closing and resubmitting the pull request based on comments from @WadeBarnes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the changes as suggested.
Feedbacl based on bcgov#191 (review) Co-authored-by: Wade Barnes <wade@neoterictech.ca> Signed-off-by: Satish Surath <s@n-m.co>
README.md
Outdated
@@ -48,6 +50,7 @@ The [tutorial about using VON Network](docs/UsingVONNetwork.md) has information | |||
|
|||
## Running the web server in Docker against another ledger | |||
|
|||
Note that in order to use Docker Desktop (> version 3.4.0), make sure you uncheck the "Use Docker Compose V2" in Docker Desktop > Preferences > General. Refer to this issue for additional details; [#170](https://github.com/bcgov/von-network/issues/170#issuecomment-972898014) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nomadic-me, did you mean to leave the note down here as well. I'm not sure it needs to be in both places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had initially added it in both places;
but based on your comment - it makes sense to remove the duplicate from the section "Running the web server in Docker against another ledger"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
made the changes based on the review.
Moved the comment on unchecking Docker Compose V2 to successfully use Docker to run von-network to the Quick Start Guide section and removed it from Running the web server in Docker against another ledger
…ker to run von-network Signed-off-by: Satish Surath <s@n-m.co>
@nomadic-me, I squashed the commits to clean up the history. You may need to reset your local branch to match your remote as a result. |
Added comment on unchecking Docker Compose V2
This may be a temporary workaround for the issue #170