docker-agraph
docker-agraph copied to clipboard
update docs?
the current Docker version for MacOS is: Docker 18.06.0-ce-mac70 is currently the newest version available.
I believe the documentation at https://franz.com/agraph/docker/ is outdated. Am I right? The issue #1 still persists.
Using the -v
for mounting a host path in the container, I got:
$ docker run --shm-size 1g --rm -it -p 8000-8035:10000-10035 --name agraph -v ~/Temp/agraph/:/data agraph /bin/bash
[root@3843d6036fa8 /]# ./entrypoint.sh
AllegroGraph Server Edition 6.2.3, built on July 27, 2017 11:19:02 GMT-0700
Copyright (c) 2005-2017 Franz Inc. All Rights Reserved.
AllegroGraph contains patented and patent-pending technologies.
current-time : Wednesday, August 29, 2018 12:32:23 PM GMT
Switching to user: agraph
Daemonizing...
While: While Starting AllegroGraph
Starting server failed: (klogctl SYSLOG_ACTION_SIZE_BUFFER 0 0) returned -1
[root@3843d6036fa8 /]#
It was working before. Log file is attached.
Hi Alexandre. Please email your support issues to [email protected]. That is our official support channel and we'll help you over there.
Hello, I have encountered the same exact problem described here. Also, it is not completely clear to me, according to the instructions, why I have to use the docker-machine and Virtualbox to run this docker container, since I have a new Mac and Docker Desktop. Any help would be greatly appreciated. :)