IBM-Blockchain-Archive / fabric-boilerplate

Get up and running quickly with your own blockchain application!
Apache License 2.0
79 stars 150 forks source link

Feature Suggestion - Automatic New Tab + Docker Attach #34

Closed ruslan-ardashev closed 7 years ago

ruslan-ardashev commented 7 years ago

Team, Thank you for this awesome boilerplate, it's really expedited the development process on my end! If you don't mind I would love to suggest a feature for at some point in the future - a script that opens a new tab, continuously runs docker ps, and when the chaincode ID appears, runs docker attach #### for easy debugging!

Would love to even collaborate on developing this as part of start.sh once I wrap up my current project.

arner commented 7 years ago

We don't need a start script anymore now we spin up the whole application with docker-compose. Existing tools like Kitematic can perform the suggested functionality.