Such most popular nowadays CI platforms as GitHub and Gitlab, offers the ability to run any docker image as a service, mostly useful for integration tests.
And I could define a GitHub workflow like this for instance, for some of my Python project which, requires the connection to IRIS
name:IRIScontainerexampleon:pushjobs:# Label of the container job container-job:# Containers must run in Linux based operating systems runs-on:ubuntu-latest# Docker Hub image that `container-job` executes in container:python:310# Service containers to run with





A search for a Python related topic:


.jpg)
.png)

