Skip to content

Usage of docker containers in Kitware/trame/docker #50

Answered by jourdain
earlsioson asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @earlsioson ,

The base image that you are using is indeed a good one to enable remote rendering with ParaView/EGL. But the "trame" images are generic in the sense they only provide the infrastructure to deploy "trame app(s)" into the cloud (Python3 + web routing). They don't even have trame in them. Basically they rely on a mounted directory (/deploy) to provide the actual "trame app(s)" as a virtual environment.

To get started in how to build/deploy a trame app using such image, you will need to create a "trame application" using our cookiecutter. In doing so, you will get a /bundles/docker/* directory with an example of a ./setup/ directory that get used to build the ./server -> /deploy

Replies: 1 comment 21 replies

Comment options

You must be logged in to vote
21 replies
@jourdain
Comment options

@earlsioson
Comment options

@jourdain
Comment options

@jourdain
Comment options

@earlsioson
Comment options

Answer selected by earlsioson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants