docker image <none>

Issue #11 new
Yue Liu created an issue

Hi, I followed the instruction on https://bitbucket.org/charade/swan/src/master/ about docker image. I downloaded the Dockerfile into a dir swan_docker/ and run the following: docker build --no-cache swan_docker/.

At the end of output, it said "Successfully built 97a9f65e698d". However, docker images shows that its repo/tag is <none>. It seems that the docker build was actually not successfully. Any idea about this? Thanks very much for your help.

Yue

Comments (2)

  1. Charlie Xia repo owner

    Can you try docker run -it 97a9f65e698d /bin/bash to verify? If you want tag directly attached after build, shall add "-t charade/xlibbox:swan" to your command.

  2. Yue Liu reporter

    Hi, I ran docker run -it 97a9f65e698d /bin/bash, and I got the following error:

    docker: Error response from daemon: pull access denied for 97a9f65e698d, repository does not exist or may require 'docker login'

    It seems that 97a9f65e698d is not in the repository? Thanks.

    Yue

  3. Log in to comment