--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/dcba1bf9-e3e0-4724-8df9-1c6dadfaa340%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I removed (rmi) my docker images and started over. I downloaded that “docker-compose.yml” but it seems to error on “docker-compose up”. This had worked previously using the yml from the documentation section (which is a different URL). Any idea about this error? It’s on CentOS 7.3.
[root@ossec ~]# docker --version
Docker version 17.05.0-ce, build 89658be
[root@ossec ~]#
[root@ossec ~]# docker-compose --version
docker-compose version 1.12.0, build b31ff33
[root@ossec ~]#
[root@ossec ~]# docker-compose up
ERROR: yaml.scanner.ScannerError: mapping values are not allowed here
in "./docker-compose.yml", line 327, column 24
[root@ossec ~]#
[root@ossec ~]# ls -l
total 64
-rw-r--r-- 1 root root 63799 Sep 12 15:34 docker-compose.yml
[root@ossec ~]# pwd
/root
[root@ossec ~]#
ERROR: yaml.scanner.ScannerError: mapping values are not allowed here
in "./docker-compose.yml", line 327, column 24
On September 12, 2017 at 2:11:01 PM, Brandon Shoemaker (bra...@thinkhuge.net) wrote:
Seems to be working now as expected and with custom API creds. I noticed that a trailing "/" on the URL will not be accepted. That definitely caused some failures for me.Thanks for the help.
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/61fcae80-d8a4-4e52-b0a7-30ce871c5104%40googlegroups.com.
It's not something I need so don't spend any time on it for me. I was just pointing out that I had problems with it on accident using the wrong syntax with the trailing “/”.
Appreciate your help. 2.0 looks really cool!
From: Jose Luis Ruiz [mailto:jo...@wazuh.com]
Sent: Tuesday, September 12, 2017 12:46 PM
To: Wazuh mailing list <wa...@googlegroups.com>; Brandon Shoemaker <bra...@thinkhuge.net>
Subject: Re: Docker API won't connect
Hi Brandon,