Docker Container Instructions?

Hey there!
I found what appear to be “official” docker containers here:

But there are no instructions on how to setup. I pulled the container(s) but only the “redis” actually starts and even then it throws an error.
Anyone have some info on this???

Thanks!

@cripplecreek I’m not sure how familiar you are with docker but from my little understanding of it, the docker-compose.yml is what you want to hack at if it’s not working to your satisfaction.

It’s my understanding that file is considered the “recipe” for how the docker container is assembled.

cheers :beers:
Chris

Are you using docker on windows or Linux?