KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ KDB-TICK with Docker-Compose

  • KDB-TICK with Docker-Compose

    Posted by k-mambo on January 5, 2023 at 12:00 am

    Docker image-based container environment has been widely used.

    However, the Docker Compose for KDB-TICK is not found.

    Can I get some documents for reference?

    The image of Docker Hub is mostly 32bit. The 32-bit version is no longer available.

    Do I have to make a docker image myself?

    k-mambo replied 8 months, 2 weeks ago 2 Members · 1 Reply
  • 1 Reply
  • peteclarkezz

    Member
    February 6, 2023 at 12:00 am

    Hi kmambo

    I’m not sure if you mean docker compose or docker images here.

    In terms of images/containers – I put some simple docker wrappers around tick for use with home assistant.

    https://github.com/peteclarkez/kdb-tick-docker

    It uses the embedPy images as a base, so it includes the runtimes etc. for kx on demand. The env file will allow you to automatically answer the licenses questions, so as long as you have validated your email address you should be fine. There are some changes to tick in that fork but can see the commits and readme for what’s been changed)
    There is also a arm32 version here – https://github.com/peteclarkez/kdb-tick-rpi-docker

     

    Both of these were for personal projects – so no warranty I’m afraid.

     

    in order to use this with docker-compose, it should be relatively easy to convert the start commands to compose (although I haven’t tried, yet)

    Hope that helps.

Log in to reply.