Taylor Lovett

Results 169 comments of Taylor Lovett

Hmm I see. Can't you just check if Dockunit is running and check Mongodb on localhost?

So can't you just reference the Mongo instance like that? Why do you need the container IP?

Hmm, I would debug by starting the Docker container manually and seeing what is going on with Mongo inside of it.

I've used with V2 of the API. In fact the plugin bundles it. What errors are happening exactly?

Can you email tlovett88 [at] gmail

Right now there is no way to attach them to the email. The content images thing is intentional and the "WordPress way".

Hmm `Dockunit.json` files describe a number of containers. Am I missing the point?

Can you link me to the repo? Docker compose is for running applications. Dockunit is for testing applications.

Each docker container is intended to be fully self supporting. Your docker container would contain your DB service and your web server. `beforeScripts` is run INSIDE a docker container, so...