This is not an issue, I just want to know:
How to use agent's docker image? thx!
As a base image to let application build image on it?
Within application's image, specify agent's path to use agent, is such a way right?
Any other usages?
I usually use volume from with docker compose
Check my example: https://github.com/dawidmalina/docker-pinpoint/blob/master/docker-compose-example-app.yml
Hope this will help you.
Most helpful comment
I usually use volume from with docker compose
Check my example: https://github.com/dawidmalina/docker-pinpoint/blob/master/docker-compose-example-app.yml
Hope this will help you.