{"id":751,"date":"2019-07-18T16:54:46","date_gmt":"2019-07-18T22:54:46","guid":{"rendered":"https:\/\/ugit.siua.ac.cr\/?p=751"},"modified":"2019-09-25T14:08:37","modified_gmt":"2019-09-25T20:08:37","slug":"proxmox-5-instalar-docker","status":"publish","type":"post","link":"https:\/\/sada.services\/?p=751","title":{"rendered":"PROXMOX 5: instalar docker"},"content":{"rendered":"\n<ul class=\"wp-block-list\"><li>Instalar<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>apt-get install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common\ncurl -fsSL https:\/\/download.docker.com\/linux\/debian\/gpg | apt-key add -\napt-key fingerprint 0EBFCD88\nadd-apt-repository \"deb [arch=amd64] https:\/\/download.docker.com\/linux\/debian $(lsb_release -cs) stable\"\napt-get update &amp;&amp; apt-get install docker-ce -y<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Creamos una carpeta para almacenar los contenedores<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir -p \/rpool\/data\/portainer\/data\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Instalamos portainer<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>docker run -d -p 9000:9000 -v \/rpool\/data\/portainer\/data:\/data -v \/var\/run\/docker.sock:\/var\/run\/docker.sock portainer\/portainer<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>&nbsp;Habilitamos que docker inicie con el sistema<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl enable docker\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Instalar docker junto proxmox<\/p>\n","protected":false},"author":2,"featured_media":2068,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43,3],"tags":[44,12],"class_list":["post-751","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-docker","category-proxmox","tag-docker","tag-proxmox"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/751","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=751"}],"version-history":[{"count":3,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/751\/revisions"}],"predecessor-version":[{"id":2069,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/751\/revisions\/2069"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/media\/2068"}],"wp:attachment":[{"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=751"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=751"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=751"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}