Can we bring our own docker images for deployments?

Is it possible to deploy our own docker images directly to Quix? This is for an application that needs to be set up interactively with a running container, and then save as an image.

Yes.

For now we don’t have a direct support specifically for just running a docker file, but you can create a python solution with nothing in main.py.

Update your dockerfile to look something like this (using the docker image you want)

1 Like

Thanks Peter, and I’m guessing this image must be uploaded to public docker hub?