[
https://issues.apache.org/jira/browse/METRON-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15805658#comment-15805658
]
ASF GitHub Bot commented on METRON-622:
---------------------------------------
Github user merrimanr commented on the issue:
https://github.com/apache/incubator-metron/pull/393
The step that starts the machine is in "Setup":
cd $METRON_DOCKER_HOME && ./scripts/create-docker-machine.sh
After you run that the machine will be created and running. To start a
stopped machine you can either go into the VirtualBox application and start it
that way or you can run:
$ docker-machine start metron-machine
Or you could start over too. Somehow you got into a bad state because your
machine is not running. That is your problem. Maybe you are trying to do this
a couple days after you initially built the environment and the machine went
down between then and now? If you want to start over, run this to remove the
current metron-machine:
$ docker-machine rm metron-machine
> 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)