Invoking via Docker
If you want to run docker explicitly you can, of course, do that as well. The basic way to run the container is this one:
Please note that in this situation the local caches used by the tools will not be bound. We suggest you bind those folders, and the easiest way to do that is to use the provided meterian-docker script.
However, if you feel adventurous, you can of course do it yourself. For example, to bind the java caches in a maven build:
In some cases (i.e dotnet) you will need to specify the UID
and the GID
in order for the system to work, reaching something like this:
The script is run by the meterian
user in the container, with their home at /home/meterian
. You can see how this works in the source of the meterian-docker script. Please get in touch if you have any issue using the support channels.
Last updated