[
https://issues.apache.org/jira/browse/METRON-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15805549#comment-15805549
]
ASF GitHub Bot commented on METRON-622:
---------------------------------------
Github user merrimanr commented on the issue:
https://github.com/apache/incubator-metron/pull/393
"Error checking TLS connection: Host is not running" that means it didn't
work. Can you try running "docker-machine ls" and ensure you have a machine
called "metron-machine"? It should look like this:
HW10673:compose rmerriman$ docker-machine ls
NAME ACTIVE DRIVER STATE URL
SWARM DOCKER ERRORS
metron-machine * virtualbox Running tcp://192.168.99.102:2376
v1.12.5
HW10673:compose rmerriman$ eval "$(docker-machine env metron-machine)"
HW10673:compose rmerriman$ echo $DOCKER_HOST
tcp://192.168.99.102:2376
> Create a Metron Docker Compose application
> -------------------------------------------
>
> Key: METRON-622
> URL: https://issues.apache.org/jira/browse/METRON-622
> Project: Metron
> Issue Type: New Feature
> Reporter: Ryan Merriman
>
> This is an alternative to the Vagrant quick-dev approach of creating a local
> Metron environment for development and testing. It is intended to be leaner
> and easier to manage. This compose application will contain separate images
> for each of the services that Metron depends on as well as the Metron
> services.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)