Welcome to the Linux Foundation Forum!

LFS253 Lab 7.1

so after docker login I run
$docker container run -ti --name myapline apline sh

The out put I get is this:
Unable to find image 'apline:latest' locally
docker: Error response from daemon: pull access denied for apline, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

When I run docker image list, I can see apline exists. What are some steps to trouble shoot this issue.

Thanks

Answers

  • Posts: 2,445
    edited April 2022

    Hi @benjakh,

    When attempting to run a container from the image stored in your repository, you are expected to provide the name of the repository as well (and optionally the version tag if one has been provided) <repo-name>/<image-name>:<version>.

    Regards,
    -Chris

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training