<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Category%3ADocker</id>
	<title>Category:Docker - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Category%3ADocker"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Category:Docker&amp;action=history"/>
	<updated>2026-07-22T14:34:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=Category:Docker&amp;diff=31630&amp;oldid=prev</id>
		<title>Chao: /* Docker clean */</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Category:Docker&amp;diff=31630&amp;oldid=prev"/>
		<updated>2021-06-07T16:53:09Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Docker clean&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
== Repository ==&lt;br /&gt;
* [[Nginx]]&lt;br /&gt;
* [[Apache]]&lt;br /&gt;
* [[Kodexplorer]]&lt;br /&gt;
* Nginx + php: https://hub.docker.com/r/wyveo/nginx-php-fpm&lt;br /&gt;
=== Run a Ubuntu OS in docker ===&lt;br /&gt;
* install docker pull ubuntu&lt;br /&gt;
* enter into system docker run -ti ubuntu bash&lt;br /&gt;
=== Alpine ===&lt;br /&gt;
* Alpine test - https://stackoverflow.com/questions/44803982/how-do-i-run-a-bash-script-in-an-alpine-docker-container&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
*  Install ubuntu on windows - docker pull ubuntu&lt;br /&gt;
* reference -  https://blog.csdn.net/u010164190/article/details/80065555&lt;br /&gt;
* docker run -ti ubuntu bash&lt;br /&gt;
&lt;br /&gt;
== Repository: SDK ==&lt;br /&gt;
* ESP8266 - https://github.com/Edragon/Docker&lt;br /&gt;
=== Licheee Pi ===&lt;br /&gt;
* docker search licheepi               #搜索镜像&lt;br /&gt;
* docker pull zepan/licheepi           #下载镜像&lt;br /&gt;
* docker run zepan/licheepi apt-get install -y xxx             #在镜像中执行命令，安装某软件&lt;br /&gt;
* docker commit -m=&amp;quot;install something&amp;quot; -a=&amp;quot;zepan&amp;quot;  container_id zepan/licheepi&lt;br /&gt;
* docker login&lt;br /&gt;
* docker push  zepan/licheepi&lt;br /&gt;
&lt;br /&gt;
== Document ==&lt;br /&gt;
* popular docker - https://hub.docker.com/&lt;br /&gt;
=== Other references ===&lt;br /&gt;
docker下各文件默认存放在/var/lib/docker下&lt;br /&gt;
 du -h --max-depth=1 /var/lib/docker                #查看docker目录大小&lt;br /&gt;
[[category: Software]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>