Github user ahgittin commented on the issue:
https://github.com/apache/brooklyn-dist/pull/56
@andreaturli @m4rkmckenna @mikezaccardo fixed HL issue, and addressed
comments. 6a47cf2 shows the difference in filesize w alpine (huge!)
updating issue title; ready for review
re https://github.com/fabric8io/docker-maven-plugin the makefile is there
as documentation more than anything. it would be nice to have this part of the
build but it would require docker be installed in the target system so i've
held off for now.
cool things to try...
deploy **hyperledger blockchain**:
docker run -d -p 8081:8081
brooklyncentral:brooklyn-hyperledger \
--username brooklyn --password S3CR3T \
CLOUD_USER_ACCESS_ID:CLOUD_SECRET@aws-ec2:us-west-1 >
/tmp/last_container
docker logs -f `cat /tmp/last_container`
then play with it at localhost:8081 or:
export BR="docker -i exec `cat /tmp/last_container` br"
$BR apps
(and the nicest thing is that you don't need anything installed or built
locally, as long as you've got docker)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---