{"id":289,"date":"2018-06-05T09:16:01","date_gmt":"2018-06-05T01:16:01","guid":{"rendered":"https:\/\/wyxxt.org.cn\/?p=289"},"modified":"2023-12-04T17:11:58","modified_gmt":"2023-12-04T09:11:58","slug":"docker%e5%91%bd%e4%bb%a4%ef%bc%882%ef%bc%89","status":"publish","type":"post","link":"https:\/\/wyxxt.org.cn\/?p=289","title":{"rendered":"docker\u547d\u4ee4\uff082\uff09"},"content":{"rendered":"<h2>\u5217\u51fa\u955c\u50cf\u5217\u8868<\/h2>\n<pre><code class=\"\">docker images\n<\/code><\/pre>\n<h2>\u62c9\u53d6\u4e00\u4e2a\u65b0\u7684\u955c\u50cf<\/h2>\n<pre><code class=\"\">docker pull ubuntu:18.01\n<\/code><\/pre>\n<h2>\u67e5\u627e\u955c\u50cf<\/h2>\n<pre><code class=\"\">docker search httpd\n<\/code><\/pre>\n<h2>\u521b\u5efa\u955c\u50cf<\/h2>\n<pre><code class=\"language-shell \">docker run -t -i ubuntu:18.01 \/bin\/bash #\u8fd0\u884c\u5bb9\u5668\ne218edb10161 #\u5bb9\u5668id\ndocker commit -m=\"has update\" -a=\"xingzhiwei\" e218edb10161 w3cschool\/ubuntu:v2\n# -m:\u63d0\u4ea4\u7684\u63cf\u8ff0\u4fe1\u606f\n# -a:\u6307\u5b9a\u955c\u50cf\u4f5c\u8005\n# e218edb10161:\u5bb9\u5668id\n# w3cschool\/ubuntu:v2:\u521b\u5efa\u7684\u76ee\u6807\u955c\u50cf\u540d\n\n<\/code><\/pre>\n<h2>\u6784\u5efa\u955c\u50cf<\/h2>\n<h4>\u6211\u4eec\u4f7f\u7528\u547d\u4ee4 docker build \uff0c \u4ece\u96f6\u5f00\u59cb\u6765\u521b\u5efa\u4e00\u4e2a\u65b0\u7684\u955c\u50cf\u3002\u4e3a\u6b64\uff0c\u6211\u4eec\u9700\u8981\u521b\u5efa\u4e00\u4e2a Dockerfile \u6587\u4ef6\uff0c\u5176\u4e2d\u5305\u542b\u4e00\u7ec4\u6307\u4ee4\u6765\u544a\u8bc9 Docker \u5982\u4f55\u6784\u5efa\u6211\u4eec\u7684\u955c\u50cf\u3002<\/h4>\n<pre><code class=\"language-shell \">w3cschool@w3cschool:~$ cat Dockerfile \nFROM    centos:6.7\nMAINTAINER      Fisher \"fisher@sudops.com\"\n\nRUN     \/bin\/echo 'root:123456' |chpasswd\nRUN     useradd youj\nRUN     \/bin\/echo 'youj:123456' |chpasswd\nRUN     \/bin\/echo -e \"LANG=\\\"en_US.UTF-8\\\"\" &amp;gt; \/etc\/default\/local\nEXPOSE  22\nEXPOSE  80\nCMD     \/usr\/sbin\/sshd -D\n<\/code><\/pre>\n<pre><code class=\"\">docker build -t xingzhiwei\/centos:6.7 .\n# -t:\u76ee\u6807\u955c\u50cf\u540d\n<\/code><\/pre>\n<h2>\u8bbe\u7f6e\u955c\u50cf\u6807\u7b7e<\/h2>\n<pre><code class=\"\">docker tag 860c279d2fec xingzhiwei\/centos:dev\n<\/code><\/pre>\n<h4>docker tag \u955c\u50cfID\uff0c\u8fd9\u91cc\u662f 860c279d2fec ,\u7528\u6237\u540d\u79f0\u3001\u955c\u50cf\u6e90\u540d(repository name)\u548c\u65b0\u7684\u6807\u7b7e\u540d(tag)<\/h4>\n<h2>\u5220\u9664\u955c\u50cf<\/h2>\n<pre><code class=\"\">docker rmi 29e0ae3b69b9\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5217\u51fa\u955c\u50cf\u5217\u8868 docker images \u62c9\u53d6\u4e00\u4e2a\u65b0\u7684\u955c\u50cf docker pull ubuntu:18.01  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[15],"tags":[399],"class_list":["post-289","post","type-post","status-publish","format-standard","hentry","category-15","tag-399"],"_links":{"self":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/289","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=289"}],"version-history":[{"count":2,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/289\/revisions"}],"predecessor-version":[{"id":469,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/289\/revisions\/469"}],"wp:attachment":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=289"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=289"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=289"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}