Building docker image
Building Tracardi docker image
Sometimes you will need to build a docker container yourself. It is usually needed when you would like your docker server to run https requests.
To build a docker container from source clone our repository
Go to tracardi folder and run docker build
After a while the docker will be build. It is on your computer, so you can run it like this.
Replace
Notice that that you can not type http://localhost:9200
. This means that you're
connecting to the docker itself as localhost means local in docker. Obviously elastic
is not there, so Tracardi will never connect. Pass external ip for elastic.
This may be your laptop IP if you are running Tracardi locally.
Tip
On windows you can use ipconfig
command to find out your laptop IP.