-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Static docker image name fails with custom build for other architectures #52
Comments
This comes as output in the docker container:
|
arangodb/arangodb-starter should actually be the image name of the parent container or dynamically assignable |
Note that this output is only there to give you an advise for what to do. Now we can probably detect the image name of the containing docker container and use that. |
I don'T understand this output is not actually executed on the host ? Why those command should be entered manually ? |
The commands should be executed on different hosts to achieve high availability of your cluster. |
I was asking myself why do I need to manually do that when starter can send a command to the swarm cluster and tell other nodes to run the commands... I think that that this is not 21th century thinking... There is a lack of design in this solution. If you can already communicate with docker then why not take advantage of the power of docker swarm |
That would work on docker running in swarm mode. |
There is no point of running the starter with individual instances its purpose is for clustering and swarming |
I disagree on that. There are plenty of companies that use lots of docker servers, without using swarm. Instead they use some other orchestration system. That does not mean that docker swarm would make an interesting addition for the starter. We'll discuss what to do with that. |
Alright fair enough... I think that what is missing for arango-starter is video tutorial with demo instead of text file and README.MD. It is a product on its own and needs care and introduction. Thanx a lot have a good day |
I'm trying to build a cluster on 3 physical docker hosts. I started arangodb-starter on the first host 192.168.1.98 with parameters: Then I start another stater instance on another host 192.168.1.99 with parameters: Getting this on the second agency container: |
@sloniki Make sure to leave out the About the port numbers, they are automatically derived from a base port ( You cannot change these offsets, but you can change the base port. |
@sloniki TLS can be activated by the |
See : neunhoef/ArangoDBStarter#13
The text was updated successfully, but these errors were encountered: