Hi Jermaine,
Did you replace mendix-buildpack:v1.2 with your own image name? Or did you name your docker image mendix-buildpack:v1.2 as well?
Normally you create a docker image into your own namespace and not in the mendix namespace. something like ivo/mydockerimagename
is the database available you are referring to? Do you have the credentials of this database?
Gr
Erno
Hi Jermaine,
Did you change the credential that what you have?
like ,(docker run -it -e ADMIN_PASSWORD=(Mendix Adminstrator login password)! -e DATABASE_ENDPOINT=postgres://username(Postgres UserName):password(Postgres password)@host(PostgresURL:port(ie.8080)/mendix(DataBase) mendix/mendix-buildpack:v1.2(YourRepository :TagName) ).
It’s work for me.