{"id":3269,"date":"2020-05-26T14:39:23","date_gmt":"2020-05-26T20:39:23","guid":{"rendered":"https:\/\/ugit.siua.ac.cr\/?p=3269"},"modified":"2020-05-26T15:45:35","modified_gmt":"2020-05-26T21:45:35","slug":"moviendo-el-directorio-de-datos-de-docker","status":"publish","type":"post","link":"https:\/\/sada.services\/?p=3269","title":{"rendered":"Moviendo el directorio de datos de Docker"},"content":{"rendered":"\n<ul class=\"wp-block-list\"><li>Por defecto el almacenamiento de docker se encuentra en \u201c\/var\/lib\/docker\u201d<\/li><li>Para moverlo primero detenemos el servicio<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\/etc\/init.d\/docker stop<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Editamos el archivo<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo nano \/etc\/docker\/daemon.json<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Movemos el contenido de docker a la nueva ubicaci\u00f3n<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>mv \/var\/lib\/docker \/CONTENEDORES\/dockerugit\/<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Reiniciamos el servicio<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\/etc\/init.d\/docker start<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Ejecutamos el comando<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>docker info<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Donde nos indica<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>Docker Root Dir: \/CONTENEDORES\/dockerugit<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Cambiar la ruta defecto de almacenamiento de images docker<\/p>\n","protected":false},"author":2,"featured_media":2068,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[44],"class_list":["post-3269","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-docker","tag-docker"],"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\/3269","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=3269"}],"version-history":[{"count":4,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/3269\/revisions"}],"predecessor-version":[{"id":3276,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/3269\/revisions\/3276"}],"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=3269"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3269"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3269"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}