[
https://issues.apache.org/jira/browse/METRON-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15805594#comment-15805594
]
ASF GitHub Bot commented on METRON-622:
---------------------------------------
Github user merrimanr commented on the issue:
https://github.com/apache/incubator-metron/pull/393
Your machine is stopped, that is the problem. Can you go into Virtualbox
and start it back up? Then you should be able to run the eval statement. You
may have to build the environment again if you didn't build on "metron-machine".
It's likely that you are using MacOS as your Docker host which has
networking limitations. Can you try doing this using docker-machine? My guess
is that you followed the instructions in "Setup" since you do have
"metron-machine", but when it came time to run "docker-compose up -d" you were
in a new session and had not run eval "$(docker-machine env metron-machine)" so
Docker was not pointed at the right machine. In that case it would have used
your local environment instead which will not work.
> 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)