Docker LPC PULL Error

We are preparing to switch over from EZD. I have just installed Docker on Windows environment and trying to pull lpcdocker/lpc as required in the documentation.

It throws the following error message:

docker pull lpcdocker/lpc

Using default tag: latest Error response from daemon: manifest for lpcdocker/lpc:latest not found: manifest unknown: manifest unknown.

Not sure what to do next or if any switches missing. Can you please advise?

Best Answer

  • Docker images do not have the "latest" tag applied. The LPC 1.2 instructions specify to use the version when using Docker Pull:

    docker pull lpcdocker/lpc:1.2.0.L1

Answers

  • Hi Christopher

    Thank you for your response. worked as specified.


    Have a good day.


    Nader