KX Community

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

Home Forums KX Solutions JupyterQ(Docker) fails to get license Re: JupyterQ(Docker) fails to get license

  • rocuinneagain

    Member
    February 2, 2024 at 12:00 am

    Pass your license through and this should run:

    docker run -it –name myjupyterq -v $QHOME/kc.lic:/home/kx/kc.lic -p 8888:8888 kxsys/jupyterq

    • Replace kc.lic with k4.lic if that is your license type
    • You can use /a/path/to/kc.lic if you have not set QHOME