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

Run docker images individually #25

Closed
eruizgar91 opened this issue Sep 20, 2018 · 1 comment
Closed

Run docker images individually #25

eruizgar91 opened this issue Sep 20, 2018 · 1 comment
Assignees
Labels

Comments

@eruizgar91
Copy link
Contributor

Expected Behavior

I would like to be able to run the different docker containers without needing to have running all of them in the docker-compose.

Current Behavior

Currently, beacuse of the dependencies between the different docker images, the docker-entrypoint is listening until the rest of the docker images are up and running. It would be great to have two different behaviours.

Possible Solution

1- Pass a environment variable to specify if there is running in a docker-compose or not.
2- Wait for a while and if there are not more images start in the standalone mode.
3- Create two different entry points.

@jcortejoso
Copy link
Contributor

With #71 images can be run individually using start-ocean.sh or directly with their compose files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants