gghidiu / tabpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use these files to compile a Docker image for running TabPy Server in a container. If your use case does not require any chages to these files, you can pull the already compiled image from docker hub. The compiled image can be pulled and run directly from https://hub.docker.com/repository/docker/gghidiu/tabpy using the following command:

docker image pull gghidiu/tabpy:interworks

Run the container using:

docker container run --publish 9004:9004 gghidiu/tabpy:interworks

About


Languages

Language:Dockerfile 91.5%Language:Shell 7.4%Language:Python 1.1%