-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only be root when necessary, so that
--user
works
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39be622
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI - this change seems to have broken it:
$ cat rmqEnv.sh
RABBITMQ_DEFAULT_PASS=password
RABBITMQ_DEFAULT_USER=nightlife
PATH=/usr/lib/rabbitmq/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RABBITMQ_LOGS=-
RABBITMQ_SASL_LOGS=-
RABBITMQ_VERSION=3.6.0
RABBITMQ_DEBIAN_VERSION=3.6.0-1
HOME=/var/lib/rabbitmq
$ docker run -v /ecs/rmq-data:/var/lib/rabbitmq --env-file=./rmqEnv.sh -p 15672:15672 -p 5672:5672 rabbitmq:3-management
/docker-entrypoint.sh: line 56: /etc/rabbitmq/rabbitmq.config: Permission denied
39be622
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@renewooller, +1
39be622
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was fixed in 90918b0, and pushed with docker-library/official-images#1390. So you should be able to
docker pull
a fixed image.