{"id":1665,"date":"2018-10-08T22:09:26","date_gmt":"2018-10-08T19:09:26","guid":{"rendered":"https:\/\/artem.services\/?p=22"},"modified":"2020-03-15T18:50:08","modified_gmt":"2020-03-15T15:50:08","slug":"1665","status":"publish","type":"post","link":"https:\/\/artem.services\/?p=1665&lang=en","title":{"rendered":"Docker &#8212; Install (CentOS, Ubuntu)"},"content":{"rendered":"<p><img loading=\"lazy\" class=\"size-full wp-image-27 aligncenter\" src=\"https:\/\/artem.services\/wp-content\/uploads\/2018\/10\/Docker-Logo.png\" alt=\"\" width=\"1800\" height=\"531\" srcset=\"https:\/\/artem.services\/wp-content\/uploads\/2018\/10\/Docker-Logo.png 1800w, https:\/\/artem.services\/wp-content\/uploads\/2018\/10\/Docker-Logo-300x89.png 300w, https:\/\/artem.services\/wp-content\/uploads\/2018\/10\/Docker-Logo-768x227.png 768w, https:\/\/artem.services\/wp-content\/uploads\/2018\/10\/Docker-Logo-1024x302.png 1024w, https:\/\/artem.services\/wp-content\/uploads\/2018\/10\/Docker-Logo-954x281.png 954w, https:\/\/artem.services\/wp-content\/uploads\/2018\/10\/Docker-Logo-1354x399.png 1354w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" \/><\/p>\n<h1>CentOS 7:<\/h1>\n<p>Install the necessary utilities:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nyum install -y yum-utils \\\r\ndevice-mapper-persistent-data lvm2\r\n<\/pre>\n<p>Add the <strong>Docker<\/strong> repository to install the current version:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nyum-config-manager --add-repo \\\r\nhttps:\/\/download.docker.com\/linux\/centos\/docker-ce.repo\r\n<\/pre>\n<p>Install <strong>Docker<\/strong>:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nyum install -y docker-ce\r\n<\/pre>\n<p><!--more--><\/p>\n<h1>Ubuntu:<\/h1>\n<p>Update the list of packages and install the necessary ones:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\napt update\r\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\napt install -y \\\r\napt-transport-https \\\r\nca-certificates \\\r\ncurl \\\r\nsoftware-properties-common\r\n<\/pre>\n<p>Add the repository key:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\ncurl -fsSL https:\/\/download.docker.com\/linux\/ubuntu\/gpg | apt-key add -\r\n<\/pre>\n<p>Add the repository itself and re-read the list of packages:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nadd-apt-repository \\\r\n&quot;deb [arch=amd64] https:\/\/download.docker.com\/linux\/ubuntu \\\r\n$(lsb_release -cs) \\\r\nstable&quot;\r\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\napt update\r\n<\/pre>\n<p>Install <strong>Docker<\/strong>:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\napt install -y docker-ce\r\n<\/pre>\n<p><strong>P.S.<\/strong> Docker Engine is deprecated, CE must be installed.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CentOS 7: Install the necessary utilities: Add the Docker repository to install the current version: Install Docker:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[399,975],"tags":[855,771,375],"_links":{"self":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/1665"}],"collection":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1665"}],"version-history":[{"count":3,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/1665\/revisions"}],"predecessor-version":[{"id":1669,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/1665\/revisions\/1669"}],"wp:attachment":[{"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1665"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1665"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1665"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}