cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

easytravel Docker installation: issue with the dtserver network

matthias_hund
Inactive

Thanks for providing Docker images. Following the installation instructions https://github.com/dynatrace-innovationlab/easyTravel-Docker (after installing the server according to https://github.com/Dynatrace/Dynatrace-AppMon-Docker) I got this message:

docker-compose -f docker-compose-withDtAppMon.yml up
Creating mongodb ...
Creating backend ...

ERROR: for backend Cannot start service backend: Cannot link to /dtserver, as it does not belong to the default network

Dynatrace-AppMon-Docker creates his own network, is there a quick fix available or do I have to modify the docker-compose-withDtAppMon.yml?

Thanks in advance for any support.

2 REPLIES 2

matthias_hund
Inactive

It seems that the easyTravel-Docker should be updated to the newer compose file version (3) used in Dynatrace-AppMon-Docker docker-compose.yml.

matthias_hund
Inactive

Finally it works for me with some modifications (external volume, external network, both compose files now on 'V3'). See the attached files. docker-compose-v3-yml.txt (easyTravel-Docker yml), env.txt (.env for easyTravel-Docker), docker-compose-ext-yml.txt (Dynatrace-AppMon-Docker yml). Hope this helps.

Featured Posts