Skip to content
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

Docker setup script very limiting #18

Closed
Raycoms opened this issue Apr 25, 2021 · 2 comments
Closed

Docker setup script very limiting #18

Raycoms opened this issue Apr 25, 2021 · 2 comments
Labels
bug Something isn't working question Further information is requested

Comments

@Raycoms
Copy link

Raycoms commented Apr 25, 2021

First of all, it seems the app is only compiled on one of the servers:

docker exec s1 mkdir -p obj
docker exec s1 make clean
docker exec s1 make

Instead on all, which I do not understand.

Second, a lot of the code connects to the containers and executes commands instead of putting a startscript in the Dockerfile which is then executed after startup. This makes a multi-machine setup with swarm very difficult.

In that sense, the repo is also missing the actual Dockerfile to allow people to setup this kind of thing easily for themselvs.

@Raycoms
Copy link
Author

Raycoms commented Apr 25, 2021

Would it be possible to get the Dockerfile that is used to build it?

@resilientdb
Copy link
Contributor

deprecated/outdated

@resilientdb resilientdb added bug Something isn't working question Further information is requested labels Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants