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
After that, I'm not sure if/when I need to use/run run-container.sh and/or run-peers.sh. Could you add some docs about this? Sorry if I overlooked something.
The text was updated successfully, but these errors were encountered:
@gigafone We added the Dockerfile automatically for users who are already familiar with Docker. If you're new to Docker, you might want to stick with running the jar yourself from a Bash script or similar. We'll get some instructions up for new Docker users soon, though. Thanks for the feedback!
Also, to answer your more immediate question, you want to fire off run-peers.sh when you're ready to start your peer processes. That would be the script you're interested in to make your Onyx cluster come to life.
Once that's fixed, and you've rebuilt via build.sh,
call: script/run-container.sh
On 1 December 2015 at 23:50, Michael Drogalis [email protected]
wrote:
Also, to answer your more immediate question, you want to fire off
run-peers.sh when you're ready to start your peer processes. That would
be the script you're interested in to make your Onyx cluster come to life.
—
Reply to this email directly or view it on GitHub #6 (comment)
.
Could you please add some basic docs showing the basic steps to get up and running with Docker?
I setup Docker on my Mac using homebrew (with
brew install docker
andbrew install docker-machine
) and all seems well.docker run hello-world
works.The next logical thing to do seems to be to run:
source script/build.sh
(But got the error shown at #5.)
After that, I'm not sure if/when I need to use/run
run-container.sh
and/orrun-peers.sh
. Could you add some docs about this? Sorry if I overlooked something.The text was updated successfully, but these errors were encountered: