Johnson的用户贡献
来自開源之海
2026年5月8日 (星期五)
- 17:102026年5月8日 (五) 17:10 差异 历史 −30 基礎原理:容器技术/Docker/Concepts/image 无编辑摘要 当前 标签:2017年版源代码编辑
- 17:042026年5月8日 (五) 17:04 差异 历史 +7,169 新 基礎原理:容器技术/Docker/Concepts/image 创建页面,内容为“== Explanation == Seeing as a container is an isolated process, where does it get its files and configuration? How do you share those environments? That's where container images come in. A container image is a standardized package that includes all of the files, binaries, libraries, and configurations to run a container. For a PostgreSQL image, that image will package the database binaries, config files, and other dependencies. For a Python web app, it'll inc…” 标签:2017年版源代码编辑
- 16:532026年5月8日 (五) 16:53 差异 历史 +161 基礎原理:容器技术/Docker/Concepts 无编辑摘要 当前 标签:2017年版源代码编辑
- 16:492026年5月8日 (五) 16:49 差异 历史 −51 基礎原理:容器技术/Docker/Concepts/container 无编辑摘要 当前 标签:2017年版源代码编辑
- 16:472026年5月8日 (五) 16:47 差异 历史 +64 基礎原理:容器技术/Docker/Concepts/container 无编辑摘要 标签:2017年版源代码编辑
- 16:452026年5月8日 (五) 16:45 差异 历史 +14 基礎原理:容器技术/Docker/Concepts/container 无编辑摘要 标签:可视化编辑
- 16:432026年5月8日 (五) 16:43 差异 历史 −2 基礎原理:容器技术/Docker/Concepts/container 无编辑摘要 标签:2017年版源代码编辑
- 16:422026年5月8日 (五) 16:42 差异 历史 −1 基礎原理:容器技术/Docker/Concepts/container 无编辑摘要 标签:2017年版源代码编辑
- 16:412026年5月8日 (五) 16:41 差异 历史 0 基礎原理:容器技术/Docker/Concepts/container 无编辑摘要 标签:2017年版源代码编辑
- 16:402026年5月8日 (五) 16:40 差异 历史 −64 基礎原理:容器技术/Docker/Concepts/container 无编辑摘要 标签:可视化编辑
- 16:322026年5月8日 (五) 16:32 差异 历史 −171 基礎原理:容器技术/Docker/Concepts/container 无编辑摘要 标签:2017年版源代码编辑
- 16:202026年5月8日 (五) 16:20 差异 历史 +2,308 基礎原理:容器技术/Docker/Concepts/container 无编辑摘要 标签:2017年版源代码编辑
2026年5月6日 (星期三)
- 22:362026年5月6日 (三) 22:36 差异 历史 +4,989 新 基礎原理:開源協議 创建页面,内容为“📖 開源協議:數位時代的契約基石 一、 什麼是開源協議? 開源協議是一種法律許可合同。它定義了軟體著作權人與使用者之間的權利與義務。本質上,它並非放棄版權,而是透過預先授權的方式,允許他人進行複製、修改及分發。如果沒有這些協議,根據傳統著作權法,任何未經明確授權的代碼使用皆屬違法,這將極大地阻礙技術協作。 開源協…” 当前 标签:可视化编辑
- 22:102026年5月6日 (三) 22:10 差异 历史 0 基礎原理:容器技术/Docker/Architecture 无编辑摘要 当前 标签:2017年版源代码编辑
- 22:082026年5月6日 (三) 22:08 差异 历史 +64 基礎原理:容器技术/Docker/Concepts 无编辑摘要 标签:2017年版源代码编辑
- 22:062026年5月6日 (三) 22:06 差异 历史 +60 基礎原理:容器技术/Docker/Engine 无编辑摘要 当前 标签:2017年版源代码编辑
- 21:592026年5月6日 (三) 21:59 差异 历史 +2,438 新 基礎原理:容器技术/Docker/Concepts/container 创建页面,内容为“== Explanation == Imagine you're developing a killer web app that has three main components - a React frontend, a Python API, and a PostgreSQL database. If you wanted to work on this project, you'd have to install Node, Python, and PostgreSQL. How do you make sure you have the same versions as the other developers on your team? Or your CI/CD system? Or what's used in production? How do you ensure the version of Python (or Node or the database) your app needs…” 标签:2017年版源代码编辑
- 21:532026年5月6日 (三) 21:53 差异 历史 +56 基礎原理:容器技术/Docker/Concepts 无编辑摘要 标签:2017年版源代码编辑
- 21:452026年5月6日 (三) 21:45 差异 历史 +270 基礎原理:容器技术/Docker/Concepts 无编辑摘要 标签:2017年版源代码编辑
- 21:382026年5月6日 (三) 21:38 差异 历史 +1 基礎原理:容器技术/Docker/Concepts 无编辑摘要 标签:2017年版源代码编辑
- 21:372026年5月6日 (三) 21:37 差异 历史 +125 新 基礎原理:容器技术/Docker/Concepts 创建页面,内容为“基础概念 * 什么是容器 * 什么是镜像 * 什么是注册机构 * 什么是Docker Compose 创建镜像 运行容器” 标签:2017年版源代码编辑
- 21:262026年5月6日 (三) 21:26 差异 历史 −299 基礎原理:容器技术/Docker/Architecture 无编辑摘要 标签:2017年版源代码编辑
- 20:252026年5月6日 (三) 20:25 差异 历史 −11 基礎原理:容器技术/Docker/Architecture 无编辑摘要 标签:2017年版源代码编辑
2026年5月5日 (星期二)
- 23:492026年5月5日 (二) 23:49 差异 历史 −70 基礎原理:容器技术/Docker/Architecture 无编辑摘要 标签:2017年版源代码编辑
- 19:252026年5月5日 (二) 19:25 差异 历史 −111 基礎原理:容器技术/Docker/Architecture 无编辑摘要 标签:2017年版源代码编辑
- 19:002026年5月5日 (二) 19:00 差异 历史 −1 基礎原理:容器技术/Docker/Architecture 无编辑摘要 标签:2017年版源代码编辑
- 18:592026年5月5日 (二) 18:59 差异 历史 −212 基礎原理:容器技术/Docker/Architecture 无编辑摘要 标签:2017年版源代码编辑
- 18:122026年5月5日 (二) 18:12 差异 历史 +6 MediaWiki:Common.js 无编辑摘要 当前
- 18:092026年5月5日 (二) 18:09 差异 历史 −21 基礎原理:容器技术/Docker/Architecture 无编辑摘要 标签:2017年版源代码编辑
- 13:322026年5月5日 (二) 13:32 差异 历史 +58 基礎原理:容器技术/Docker/Architecture 无编辑摘要 标签:2017年版源代码编辑
- 01:072026年5月5日 (二) 01:07 差异 历史 0 基礎原理:容器技术/Docker/Architecture →What is Docker? 标签:2017年版源代码编辑
- 01:002026年5月5日 (二) 01:00 差异 历史 +5 基礎原理:容器技术/Docker/Architecture 无编辑摘要 标签:2017年版源代码编辑
- 00:592026年5月5日 (二) 00:59 差异 历史 +62 基礎原理:容器技术/Docker/Architecture 无编辑摘要 标签:2017年版源代码编辑
- 00:552026年5月5日 (二) 00:55 差异 历史 0 基礎原理:容器技术/Docker/Architecture 无编辑摘要 标签:可视化编辑
- 00:552026年5月5日 (二) 00:55 差异 历史 0 基礎原理:容器技术/Docker/Architecture →The Docker daemon 标签:可视化编辑
- 00:552026年5月5日 (二) 00:55 差异 历史 −4 基礎原理:容器技术/Docker/Architecture 无编辑摘要 标签:可视化编辑
- 00:542026年5月5日 (二) 00:54 差异 历史 +72 基礎原理:容器技术/Docker/Architecture 无编辑摘要 标签:可视化编辑
- 00:532026年5月5日 (二) 00:53 差异 历史 +19 新 文件:Docker-architecture.png 无编辑摘要 当前
- 00:472026年5月5日 (二) 00:47 差异 历史 +9,217 新 基礎原理:容器技术/Docker/Architecture 创建页面,内容为“= What is Docker? = Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. By taking advantage of Docker's methodologies for shipping, testing, and deploying code, you can significantly reduce the delay between writing code and running…” 标签:可视化编辑
- 00:422026年5月5日 (二) 00:42 差异 历史 +42 基礎原理:容器技术/Docker/Engine 无编辑摘要 标签:2017年版源代码编辑
- 00:352026年5月5日 (二) 00:35 差异 历史 +15 基礎原理:容器技术/Docker/Engine 无编辑摘要 标签:2017年版源代码编辑
- 00:162026年5月5日 (二) 00:16 差异 历史 −20 基礎原理:容器技术/Docker/Engine 无编辑摘要 标签:2017年版源代码编辑
- 00:142026年5月5日 (二) 00:14 差异 历史 +524 基礎原理:容器技术/Docker/Engine 无编辑摘要 标签:2017年版源代码编辑
2026年5月4日 (星期一)
- 23:562026年5月4日 (一) 23:56 差异 历史 +20 基礎原理:容器技术/Docker/Engine 无编辑摘要 标签:2017年版源代码编辑
- 23:492026年5月4日 (一) 23:49 差异 历史 +6 基礎原理:容器技术/Docker 无编辑摘要 当前 标签:2017年版源代码编辑
- 23:482026年5月4日 (一) 23:48 差异 历史 +6 基礎原理:容器技术/Docker 无编辑摘要 标签:2017年版源代码编辑
- 23:462026年5月4日 (一) 23:46 差异 历史 −78 基礎原理:容器技术/Docker 无编辑摘要 标签:2017年版源代码编辑
- 23:462026年5月4日 (一) 23:46 差异 历史 −68 基礎原理:容器技术/Docker 无编辑摘要 标签:2017年版源代码编辑
- 23:442026年5月4日 (一) 23:44 差异 历史 +90 基礎原理:容器技术/Docker 无编辑摘要 标签:2017年版源代码编辑
- 23:422026年5月4日 (一) 23:42 差异 历史 +12 基礎原理:容器技术/Docker 无编辑摘要 标签:2017年版源代码编辑
