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

$1: unbound variable #6

Open
SoulRaven opened this issue Nov 7, 2016 · 0 comments
Open

$1: unbound variable #6

SoulRaven opened this issue Nov 7, 2016 · 0 comments

Comments

@SoulRaven
Copy link

SoulRaven commented Nov 7, 2016

If i follow strict your repository and try to run the container i get:

docker run -it --hostname rabbit1 progeek/rabbitmq:3.6.5
/usr/local/bin/docker-entrypoint.sh: line 5: $1: unbound variable

Because https://github.com/harbur/docker-rabbitmq-cluster/blob/master/pre-entrypoint.sh#L22
needs argument, and no argument is supplied...
How is working on your side?

The problem is that https://github.com/harbur/docker-rabbitmq-cluster/blob/master/pre-entrypoint.sh#L22
is not getting any argument to start the server

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

No branches or pull requests

1 participant