Run docker on a gitlab Pages

Hello everyone,

I have a quick question. Is it possible to run a docker images on a gitlab pages ?

Basiccaly, I would like to run this one on a gitlab pages:

Tx

GitLab Pages serves up static content using the Nginx web server. The static content can be generated by a static site generator, or just plain HTML.

Customizations to pages would need to happen in the HTML/CSS/JavaScript - custom server-side components would need to be hosted or deployed separately.

To answer your question - it’s not possible to run a docker service as part of GitLab Pages.

1 Like

Ok thanks you very much