mendix / docker-mendix-buildpack

Build and Run Mendix in Docker
https://www.mendix.com
Apache License 2.0
87 stars 114 forks source link

make run-container #56

Open ghost opened 6 years ago

ghost commented 6 years ago

$ make run-container docker-compose -f tests/docker-compose-mysql.yml up Pulling mendixapp (mendix/mendix-buildpack:v1.3)... The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]n pull access denied for mendix/mendix-buildpack, repository does not exist or may require 'docker login' make: *** [run-container] Error 1

pdeoliveira commented 4 years ago

The file ./tests/docker-compose-mysql.yml is incorrect. Modify the mendixapp image to mendix/mendix-buildpack:v1.3 (use docker image ls to confirm the name/version):

services:
    mendixapp:
        image: mendix/mendix-buildpack:v1.3
        healthcheck:
            test: ["CMD", "curl", "-f", "http://localhost"]

Also, please note that the password for the MxAdmin is also set in this file in the environment section:

environment:
            ADMIN_PASSWORD: Password1!