Difference between revisions of "Docker meta"
From BioUML platform
(Created page with "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:['python...") |
|||
(One intermediate revision by one user not shown) | |||
Line 3: | Line 3: | ||
A typical syntax is | A typical syntax is | ||
− | LABEL biouml="{kernels:['python3','rkernel','bioumlkernel','soskernel']}" | + | <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 '''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.