Skip to content
Snippets Groups Projects
Commit 3c598291 authored by Goik Martin's avatar Goik Martin
Browse files

Cosmetics

parent 6914e2b7
No related branches found
No related tags found
No related merge requests found
......@@ -159,26 +159,16 @@ Status: Downloaded newer image for wonderfall/nextcloud:latest</screen>
<figure xml:id="sdiDocker_figNextcloudImageVariant">
<title><productname>Nextcloud</productname> image variant</title>
<screen>&gt; docker image pull nextcloud:13.0.2
13.0.2: Pulling from library/nextcloud
<screen>&gt; docker image pull nextcloud:13.0.4
13.0.4: Pulling from library/nextcloud
3d77ce4481b1: Pull complete
32bfdb6043a8: Pull complete
028453741593: Pull complete
f93d7bd342a3: Pull complete
4a2fac611953: Pull complete
87fdfc7d0f94: Pull complete
Digest: sha256:c693921e69cb8...50156d973df035
Status: Downloaded newer image for nextcloud:13.0.2</screen>
</figure>
<figure xml:id="sdiDocker_figCompareMavenArtifacts">
<title>Maven ringing a bell?</title>
<programlisting language="xml">&lt;dependency&gt;
&lt;groupId&gt;junit&lt;/groupId&gt; &lt;!-- <emphasis role="red">wonderfall</emphasis> --&gt;
&lt;artifactId&gt;junit&lt;/artifactId&gt; &lt;!-- <emphasis role="red">nextcloud</emphasis> --&gt;
&lt;version&gt;4.12&lt;/version&gt; &lt;!-- <emphasis role="red">13.0.2</emphasis> --&gt;
&lt;/dependency&gt;</programlisting>
Digest: sha256:fb3e77f19b21364925e8f02d6e5ad3a1 ...
Status: Downloaded newer image for nextcloud:13.0.4</screen>
</figure>
<figure xml:id="sdiDocker_figListImages">
......@@ -187,11 +177,24 @@ Status: Downloaded newer image for nextcloud:13.0.2</screen>
<screen>&gt; <link
xlink:href="https://docs.docker.com/engine/reference/commandline/image">docker image ls</link>
REPOSITORY TAG IMAGE ID CREATED SIZE
nextcloud 13.0.2 10ae267ddcf2 2 weeks ago 588MB
nextcloud 13.0.4 dac77467ddcc 3 days ago 544MB
wonderfall/nextcloud latest 57e1fb51b334 2 months ago 328MB
alpine latest 3fd9065eaf02 4 months ago 4.15MB</screen>
</figure>
<figure xml:id="sdiDocker_figCompareMavenArtifacts">
<title>Maven ringing a bell?</title>
<programlisting language="xml">&lt;dependency&gt;
&lt;groupId&gt;<emphasis role="red">junit</emphasis>&lt;/groupId&gt; &lt;!-- <emphasis
role="red">wonderfall</emphasis> --&gt;
&lt;artifactId&gt;<emphasis role="red">junit</emphasis>&lt;/artifactId&gt; &lt;!-- <emphasis
role="red">nextcloud</emphasis> --&gt;
&lt;version&gt;<emphasis role="red">4.12</emphasis>&lt;/version&gt; &lt;!-- <emphasis
role="red">13.0.4</emphasis> --&gt;
&lt;/dependency&gt;</programlisting>
</figure>
<figure xml:id="sdiDocker_figListContainer">
<title>List container</title>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment