Skip to content

Docker pull gives error on run -> botocore Unable to locate credentials #6

@Humphreybas

Description

@Humphreybas

I followed the instructions

You can also pull my Docker image:

docker pull sachsbl/segmental
docker run -p 80:5000 segmental

Which I had to change to

docker pull sachsbl/segmental
docker run -p 80:5000 sachsbl/segmental

to work by the way. (otherwise it cannot find the image locally after the pull)

But when I executed that last command I got the following error:

botocore.exceptions.NoCredentialsError: Unable to locate credentials

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions