<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.alexander-kluge.de/index.php?action=history&amp;feed=atom&amp;title=Docker%3ANexus</id>
	<title>Docker:Nexus - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alexander-kluge.de/index.php?action=history&amp;feed=atom&amp;title=Docker%3ANexus"/>
	<link rel="alternate" type="text/html" href="https://wiki.alexander-kluge.de/index.php?title=Docker:Nexus&amp;action=history"/>
	<updated>2026-06-10T19:11:17Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Alexander&#039;s Wiki</subtitle>
	<generator>MediaWiki 1.36.2</generator>
	<entry>
		<id>https://wiki.alexander-kluge.de/index.php?title=Docker:Nexus&amp;diff=1484&amp;oldid=prev</id>
		<title>Admin: Die Seite wurde neu angelegt: „== Vorüberlegung ==  == Analyse ==  == Entscheidung ==  === Quelle === https://hub.docker.com/r/sonatype/nexus3/  === Datenpersistierung === &lt;syntaxhighlight…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.alexander-kluge.de/index.php?title=Docker:Nexus&amp;diff=1484&amp;oldid=prev"/>
		<updated>2022-09-19T09:14:28Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „== Vorüberlegung ==  == Analyse ==  == Entscheidung ==  === Quelle === https://hub.docker.com/r/sonatype/nexus3/  === Datenpersistierung === &amp;lt;syntaxhighlight…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Vorüberlegung ==&lt;br /&gt;
&lt;br /&gt;
== Analyse ==&lt;br /&gt;
&lt;br /&gt;
== Entscheidung ==&lt;br /&gt;
&lt;br /&gt;
=== Quelle ===&lt;br /&gt;
https://hub.docker.com/r/sonatype/nexus3/&lt;br /&gt;
&lt;br /&gt;
=== Datenpersistierung ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ docker volume create --name nexus-data&lt;br /&gt;
$ docker run -d -p 8081:8081 --name nexus -v nexus-data:/nexus-data sonatype/nexus3&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;alternative&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ mkdir /some/dir/nexus-data &amp;amp;&amp;amp; chown -R 200 /some/dir/nexus-data&lt;br /&gt;
$ docker run -d -p 8081:8081 --name nexus -v /some/dir/nexus-data:/nexus-data sonatype/nexus3&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Starten (1), Stoppen (2) und Test (3) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
$ docker run -d -p 8081:8081 --name nexus -v nexus-data:/nexus-data sonatype/nexus3&lt;br /&gt;
$ docker stop --time=120 nexus&lt;br /&gt;
$ curl http://localhost:8081/&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>