-
Notifications
You must be signed in to change notification settings - Fork 130
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: unauthorized: authentication required error when running the docker run command #16
Comments
That error looks associated with general docker authentication, meaning not with running the container, but pulling down the container. Try pulling down the image from dockerhub manually and see if you have the same error, if you do then it's an auth issue in
|
Noted thank you for the swift response.
…On Fri, 23 Jun 2023, 15:13 Darless, ***@***.***> wrote:
That error looks associated with general docker authentication, meaning
not with running the container, but pulling down the container. Try pulling
down the image from dockerhub manually and see if you have the same error,
if you do then it's an auth issue in ~/.docker/config.json, for dockerhub
you generally don't need any authentication as it's publicly readable.
docker pull bettervoice/freeswitch-container:1.6.6
—
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK2DKFGZV6732HILBIZPGSTXMWP7FANCNFSM6AAAAAAZQJNYEM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
If there is nothing further for this, please close the GitHub issue. |
Okay this is not really related though. So, I am getting the error bellow.
Where can I find the configuration files in this install? And which configuration are actually required. |
I am not sure what I am doing wrong see system information below.
System: Ubuntu 22.04. 8gb ram, Intel core i5.
Docker version 20.10.21, build baeda1f
Command;
Result:
Thank you in anticipation of your help.
The text was updated successfully, but these errors were encountered: