{"id":6626,"date":"2019-10-10T21:49:49","date_gmt":"2019-10-10T19:49:49","guid":{"rendered":"https:\/\/michlstechblog.info\/blog\/?p=6626"},"modified":"2019-10-11T09:00:38","modified_gmt":"2019-10-11T07:00:38","slug":"debian-install-docker","status":"publish","type":"post","link":"https:\/\/michlstechblog.info\/blog\/debian-install-docker\/","title":{"rendered":"Debian\/Ubuntu: Install docker"},"content":{"rendered":"<div class=\"twoclick_social_bookmarks_post_6626 social_share_privacy clearfix 1.6.4 locale-en_US sprite-en_US\"><\/div><div class=\"twoclick-js\"><script type=\"text\/javascript\">\/* <![CDATA[ *\/\njQuery(document).ready(function($){if($('.twoclick_social_bookmarks_post_6626')){$('.twoclick_social_bookmarks_post_6626').socialSharePrivacy({\"services\":{\"flattr\":{\"uid\":\"Michl\",\"status\":\"on\",\"the_title\":\"Debian%2FUbuntu%3A%20Install%20docker\",\"the_excerpt\":\"Hi%2C%20%0D%0A%0D%0Ashort%20tutorial%20to%20install%20docker.%0D%0A%20%28more%26hellip%3B%29\",\"txt_info\":\"2 clicks for more data protection:\\r\\n\\r\\nOnly when you click here, the button will be come active and you can send your recommendation to Flattr. When activating, data are transmitted to third parties. \",\"perma_option\":\"off\"}},\"txt_help\":\"When you activate these fields by clicking, information to Flattr may be transferred abroad, and probably may also stored there.\",\"settings_perma\":\"Enable permanently and accept data transmission. \",\"info_link\":\"http:\\\/\\\/www.heise.de\\\/ct\\\/artikel\\\/2-Klicks-fuer-mehr-Datenschutz-1333879.html\",\"uri\":\"https:\\\/\\\/michlstechblog.info\\\/blog\\\/debian-install-docker\\\/\",\"post_id\":6626,\"post_title_referrer_track\":\"Debian%2FUbuntu%3A+Install+docker\",\"display_infobox\":\"on\"});}});\n\/* ]]> *\/<\/script><\/div><p>Hi, <\/p>\n<p>short tutorial to install docker.<br \/>\n<!--more--><br \/>\nInstall the docker public gpg key<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nroot@debdev ~ # apt-get -y install apt-transport-https ca-certificates curl gnupg-agent software-properties-common\r\nroot@debdev ~ # curl -fsSL https:\/\/download.docker.com\/linux\/ubuntu\/gpg | apt-key add -\r\n<\/pre>\n<p>Add the repository<br \/>\nOn ARM64\/aarch64 (RockPi with armbian Ubuntu)<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nroot@debdev ~ # add-apt-repository &quot;deb &#x5B;arch=arm64] https:\/\/download.docker.com\/linux\/ubuntu $(lsb_release -cs) stable&quot;\r\n<\/pre>\n<p>On ARM64\/aarch64 (Raspberry 4 with 64Bit rasbian)<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nroot@debdev ~ # add-apt-repository &quot;deb &#x5B;arch=arm64] https:\/\/download.docker.com\/linux\/debian $(lsb_release -cs) stable&quot;\r\n<\/pre>\n<p>On amd64<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nroot@debdev ~ # add-apt-repository &quot;deb &#x5B;arch=amd64] https:\/\/download.docker.com\/linux\/debian $(lsb_release -cs) stable&quot;\r\n<\/pre>\n<p>ANd install docker<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nroot@debdev ~ # apt-get update\r\nroot@debdev ~ # apt-get -y install docker-ce docker-ce-cli containerd.io\r\n<\/pre>\n<p>Michael<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hi, short tutorial to install docker.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[870,1314],"tags":[1376,335,1373,119,1374,1375,340],"class_list":["post-6626","post","type-post","status-publish","format-standard","hentry","category-debian","category-docker","tag-armbian","tag-debian","tag-docker","tag-install","tag-raspberry","tag-rock-pi","tag-ubuntu"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts\/6626","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/comments?post=6626"}],"version-history":[{"count":5,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts\/6626\/revisions"}],"predecessor-version":[{"id":6632,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts\/6626\/revisions\/6632"}],"wp:attachment":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/media?parent=6626"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/categories?post=6626"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/tags?post=6626"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}