These instructions requires the latest Docker & Docker Compose for Windows. For a MacBook, use Docker Desktop.
We use the c:/k2view/apps/
as the path of the TDM installation base. Use whatever location is appropriate for your environment.
Create a K2V_TDM directory and download the following into it:
docker load -i D_K2V_PG13_TDM7.5.2_4.tar.gz
docker load -i D_k2view_cassandra_3.11.12.tar.gz
docker load -i D_Fabric_6.5.9_96_TDMGUI7.5.2_4.tar.gz
unzip compose_TDM_7.5.2_4.zip
You can see the images names by using the command docker images.
cd compose_TDM_7.5.2_4
docker-compose up -d
docker ps
These instructions requires the latest Docker & Docker Compose for Windows. For a MacBook, use Docker Desktop.
We use the c:/k2view/apps/
as the path of the TDM installation base. Use whatever location is appropriate for your environment.
Create a K2V_TDM directory and download the following into it:
docker load -i D_K2V_PG13_TDM7.5.2_4.tar.gz
docker load -i D_k2view_cassandra_3.11.12.tar.gz
docker load -i D_Fabric_6.5.9_96_TDMGUI7.5.2_4.tar.gz
unzip compose_TDM_7.5.2_4.zip
You can see the images names by using the command docker images.
cd compose_TDM_7.5.2_4
docker-compose up -d
docker ps