-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update Dockerfile #38
Merged
Merged
Conversation
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
it doesn't work because of permissions of the aedes binary file.
I don't understand the reason of this change, could you explain what isn't working and what this fixes? |
Because when I run the container fails with the error of 'aedes:
permission denied'. Have you tried it?
…------ Original Message ------
From: "Daniel Lando" <notifications@github.com>
To: "moscajs/aedes-cli" <aedes-cli@noreply.github.com>
Cc: "Oriol Rius" <oriol.rius@gmail.com>; "Author"
<author@noreply.github.com>
Sent: 08/08/2020 16:29:01
Subject: Re: [moscajs/aedes-cli] Update Dockerfile (#38)
I don't understand the reason of this change, could you explain what
isn't working and what this fixes?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMPMUO6MXBB5LYW5KPOFQ3R7VOK3ANCNFSM4PYVYI5Q>.
|
Could you show me the command you used to start it? I never faced such problem |
Take a look on that:
oriol@mini9:~$ sudo docker run -it moscajs/aedes
[sudo] password for oriol:
Unable to find image 'moscajs/aedes:latest' locally
latest: Pulling from moscajs/aedes
cbdbe7a5bc2a: Pull complete
bd07af9ed1a4: Pull complete
3556ccf180b2: Pull complete
089d4748da74: Pull complete
171fdbcfd127: Pull complete
dccbb6130c98: Pull complete
91ae46c00571: Pull complete
Digest:
sha256:8914936f3927e4bf065350fb48cd9bfa808043b58eceaa86c16447f7905ef9fe
Status: Downloaded newer image for moscajs/aedes:latest
docker: Error response from daemon: OCI runtime create failed:
container_linux.go:349: starting container process caused "exec
: \"/usr/src/app/bin/aedes\": permission denied": unknown.
ERRO[0018] error waiting for container: context canceled
…------ Original Message ------
From: "Daniel Lando" <notifications@github.com>
To: "moscajs/aedes-cli" <aedes-cli@noreply.github.com>
Cc: "Oriol Rius" <oriol.rius@gmail.com>; "Author"
<author@noreply.github.com>
Sent: 10/08/2020 20:07:13
Subject: Re: [moscajs/aedes-cli] Update Dockerfile (#38)
Could you show me the command you used to start it? I never faced such
problem
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMPMUNUX2WXBM2AUJ44EELSAAZNDANCNFSM4PYVYI5Q>.
|
Same issue. Please consider merging the PR.
|
Potentially another way to fix it would be to change the mode in git.
|
Lgtm |
robertsLando
approved these changes
Aug 12, 2020
Will be available in docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
it doesn't work because of permissions of the aedes binary file.