Skip to content

Commit

Permalink
Deployed 22c4f82 to 0.3 with MkDocs 1.4.2 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmurai committed Feb 23, 2024
1 parent d2d588c commit c4ee8d7
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5 deletions.
43 changes: 39 additions & 4 deletions 0.3/basics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,20 @@
A Tool Container Image
</a>

</li>

<li class="md-nav__item">
<a href="#development-environment-descriptor" class="md-nav__link">
Development Environment Descriptor
</a>

</li>

<li class="md-nav__item">
<a href="#container-engine" class="md-nav__link">
Container Engine
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -455,6 +469,20 @@
A Tool Container Image
</a>

</li>

<li class="md-nav__item">
<a href="#development-environment-descriptor" class="md-nav__link">
Development Environment Descriptor
</a>

</li>

<li class="md-nav__item">
<a href="#container-engine" class="md-nav__link">
Container Engine
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -508,6 +536,13 @@ <h2 id="a-container-image">A Container Image</h2>
<h2 id="a-tool-container-image">A Tool Container Image</h2>
<p>The idea is to build the tools from a Development Environment into their own respective images, so
they can run isolatedly.</p>
<h2 id="development-environment-descriptor">Development Environment Descriptor</h2>
<p>Each Development Environment has a descriptor. A descriptor, like a blueprint, indicates which tools
are required in the project, and the place their container images are stored.</p>
<p><img alt="Dev Env descriptor" src="../wp-content/dev_env_descriptor.png" /></p>
<h2 id="container-engine">Container Engine</h2>
<p>The container engine is responsible for running the container images. The DEM uses the Docker
Container Engine to run the tool images.</p>
<h2 id="registry-and-repository">Registry and Repository</h2>
<p>A registry serves as a storage for the tool images, where they can be kept without occupying space on
the developer's computer. This storage enables convenient sharing of images with others, ensuring
Expand All @@ -530,16 +565,16 @@ <h2 id="registry-and-repository">Registry and Repository</h2>
<a href="https://github.com/axem-solutions/dem/discussions/categories/regsitry">new descussion</a>.</p>
</div>
<h2 id="development-environment-catalogs">Development Environment Catalogs</h2>
<p>A catalog is a collection of Development Environment descriptors. A descriptor is like a blueprint
for a Development Environment, it defines the required tools and the location of their associated
container images.<br />
<p>A catalog is a collection of Development Environment descriptors.<br />
The DEM can handle multiple catalogs. To list the currently available ones use the <code>dem list-cat</code>
command. The <code>dem add-cat</code> and <code>dem del-cat</code> commands can be used to add or delete catalogs.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>axem has its own catalog, which is available by default.</p>
</div>
<p>The users can install new Development Environments from the catalogs in a self-service manner.</p>
<p>The users can browse these catalogs, and download a copy of the Development Environment descriptor
to their local catalog.</p>
<p><img alt="Catalogs" src="../wp-content/dem_catalogs.png" /></p>
<h2 id="development-platform">Development Platform</h2>
<p>The registries, the catalogs, and the whole development infrastructure are part of the Development
Platform. </p>
Expand Down
2 changes: 1 addition & 1 deletion 0.3/search/search_index.json

Large diffs are not rendered by default.

Binary file modified 0.3/sitemap.xml.gz
Binary file not shown.
Binary file added 0.3/wp-content/dem_catalogs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 0.3/wp-content/dev_env_installation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c4ee8d7

Please sign in to comment.