This forum has moved, please join us on github discussions. We will keep these old posts available for reference. Thank you!

ApostropheCMS Docker Image Issue

I am trying to install aposcms using docker. I am following the exact steps as in their official documentation and when I repeat the step for docker-compose up I get the following error:

ERROR: no such image: aposDockerImageFileName:latest: invalid reference format: repository name must be lowercase

Clearly the issue is in line 12 of the .yml file but I can’t find a solution for it and i have searched everywhere.

Any thoughts regarding this?

Hi George, have you tried the approach taken in the apostrophe-boilerplate project? That is the project our CLI starts new projects from, so you may already have a Dockerfile and a docker-compose.yml that came from it. The README.md also discusses this approach:

You can get the Dockerfile and docker-compose.yml I’m talking about from that repo as well.

Let me know if that works better for you. I suspect the article you referenced needs updating.