{"id":226,"date":"2024-11-03T12:54:40","date_gmt":"2024-11-03T11:54:40","guid":{"rendered":"https:\/\/dkarchive.sv-dsy.de\/?post_type=docs&#038;p=226"},"modified":"2024-11-03T13:00:16","modified_gmt":"2024-11-03T12:00:16","password":"","slug":"docker-installation","status":"publish","type":"docs","link":"https:\/\/dkarchive.sv-dsy.de\/index.php\/docs\/docker-installation\/","title":{"rendered":"Docker Installation"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Docker Installation (Debian \/ Ubuntu)<\/h2>\n\n\n\n<p><strong>Zuerst das System Update und Ben\u00f6tigte Abh\u00e4ngikeiten Installieren:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt update<br>sudo apt install -y ca-certificates curl gnupg lsb-release<\/pre>\n\n\n\n<p><strong>Dann Importieren wir den Docker GPG-Schl\u00fcssel:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo mkdir -p \/etc\/apt\/keyrings<br>curl -fsSL https:\/\/download.docker.com\/linux\/ubuntu\/gpg | sudo gpg --dearmor -o \/etc\/apt\/keyrings\/docker.gpg<\/pre>\n\n\n\n<p><strong>Dann f\u00fcgen wir das Docker Repository hinzu:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">echo \\<br>\"deb [arch=$(dpkg --print-architecture) signed-by=\/etc\/apt\/keyrings\/docker.gpg] https:\/\/download.docker.com\/linux\/ubuntu \\<br>$(lsb_release -cs) stable\" | sudo tee \/etc\/apt\/sources.list.d\/docker.list &gt; \/dev\/null<\/pre>\n\n\n\n<p><strong>Am Ende installieren wir Docker:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt update<br>sudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Optional: Benutzer f\u00fcr Docker hinzuf\u00fcgen<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo usermod -aG docker $USER<br>newgrp docker<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Zusammenfassung:<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt update<br>sudo apt install -y ca-certificates curl gnupg lsb-release<br>sudo mkdir -p \/etc\/apt\/keyrings<br>curl -fsSL https:\/\/download.docker.com\/linux\/ubuntu\/gpg | sudo gpg --dearmor -o \/etc\/apt\/keyrings\/docker.gpg<br>echo \\<br>\"deb [arch=$(dpkg --print-architecture) signed-by=\/etc\/apt\/keyrings\/docker.gpg] https:\/\/download.docker.com\/linux\/ubuntu \\<br>$(lsb_release -cs) stable\" | sudo tee \/etc\/apt\/sources.list.d\/docker.list > \/dev\/null<br>sudo apt update<br>sudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin<\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Docker Installation (Debian \/ Ubuntu) Zuerst das System Update und Ben\u00f6tigte Abh\u00e4ngikeiten Installieren: sudo apt updatesudo apt install -y ca-certificates curl gnupg lsb-release Dann Importieren wir den Docker GPG-Schl\u00fcssel: sudo mkdir -p \/etc\/apt\/keyringscurl -fsSL https:\/\/download.docker.com\/linux\/ubuntu\/gpg | sudo gpg &#8211;dearmor -o \/etc\/apt\/keyrings\/docker.gpg Dann f\u00fcgen wir das Docker Repository hinzu: echo \\&#8220;deb [arch=$(dpkg &#8211;print-architecture) signed-by=\/etc\/apt\/keyrings\/docker.gpg] https:\/\/download.docker.com\/linux\/ubuntu \\$(lsb_release [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"doc_category":[17],"doc_tag":[],"class_list":["post-226","docs","type-docs","status-publish","hentry","doc_category-docker"],"year_month":"2026-04","word_count":200,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"author_nicename":"admin-willi","author_url":"https:\/\/dkarchive.sv-dsy.de\/index.php\/author\/admin-willi\/"},"doc_category_info":[{"term_name":"9.1 Docker","term_url":"https:\/\/dkarchive.sv-dsy.de\/index.php\/docs-category\/docker\/"}],"doc_tag_info":[],"author_list":[{"ID":"1","user_login":"admin-willi","display_name":"admin-willi","id":"1"},{"ID":"2","user_login":"willi","display_name":"Willi Eichhorst","id":"2"}],"_links":{"self":[{"href":"https:\/\/dkarchive.sv-dsy.de\/index.php\/wp-json\/wp\/v2\/docs\/226","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dkarchive.sv-dsy.de\/index.php\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/dkarchive.sv-dsy.de\/index.php\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/dkarchive.sv-dsy.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dkarchive.sv-dsy.de\/index.php\/wp-json\/wp\/v2\/comments?post=226"}],"version-history":[{"count":7,"href":"https:\/\/dkarchive.sv-dsy.de\/index.php\/wp-json\/wp\/v2\/docs\/226\/revisions"}],"predecessor-version":[{"id":233,"href":"https:\/\/dkarchive.sv-dsy.de\/index.php\/wp-json\/wp\/v2\/docs\/226\/revisions\/233"}],"wp:attachment":[{"href":"https:\/\/dkarchive.sv-dsy.de\/index.php\/wp-json\/wp\/v2\/media?parent=226"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/dkarchive.sv-dsy.de\/index.php\/wp-json\/wp\/v2\/doc_category?post=226"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/dkarchive.sv-dsy.de\/index.php\/wp-json\/wp\/v2\/doc_tag?post=226"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}