Difference between revisions of "Docker meta"
From BioUML platform
Line 5: | Line 5: | ||
<code>LABEL biouml="{kernels:['python3','rkernel','bioumlkernel','soskernel']}"</code> | <code>LABEL biouml="{kernels:['python3','rkernel','bioumlkernel','soskernel']}"</code> | ||
− | The JSON based approach is used to extend types of information that are stored inside a | + | The JSON based approach is used to extend types of information that are stored inside a '''biouml''' label. |
Latest revision as of 12:56, 9 February 2022
BioUML installed inside Docker images uses image labels to specify which kernels will be available in Jupyter notebooks.
A typical syntax is
LABEL biouml="{kernels:['python3','rkernel','bioumlkernel','soskernel']}"
The JSON based approach is used to extend types of information that are stored inside a biouml label.