Blog/public/page/4/index.html

289 lines
10 KiB
HTML
Raw Permalink Normal View History

2025-01-02 21:19:48 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dich&#x27;blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
<link rel="stylesheet" href="https://blog.dich.bid/color/blue.css">
<link rel="stylesheet" href="https://blog.dich.bid/color/background_dark.css">
<link rel="stylesheet" href="https://blog.dich.bid/font-hack-subset.css">
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
<meta property="og:title" content="Dich'blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.dich.bid/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
<meta name="twitter:title" content="Dich'blog">
<meta property="twitter:domain" content="blog.dich.bid">
<meta property="twitter:url" content="https://blog.dich.bid/">
<link rel="alternate" type="application/atom+xml" title="Dich&#x27;blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
2025-01-24 15:14:06 +08:00
<link rel="icon" type="image/png" href=&#x2F;dich.webp />
2025-01-02 21:19:48 +08:00
</head>
<body class="">
<div class="container">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="https://blog.dich.bid" style="text-decoration: none;">
<div class="logo">
Dich&#x27;blog
</div>
</a>
</div>
</div>
<nav class="menu">
<ul class="menu__inner">
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
<li><a href="https://blog.dich.bid/tags">tags</a></li>
<li><a href="https://blog.dich.bid/archive">archive</a></li>
<li><a href="https://blog.dich.bid/about">about me</a></li>
<li><a href="https://blog.dich.bid/links">links</a></li>
<li><a href="https://blog.dich.bid/search">search</a></li>
2025-01-24 15:14:06 +08:00
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
2025-01-02 21:19:48 +08:00
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="posts">
<div class="post on-list">
2025-02-14 19:11:43 +08:00
<h1 class="post-title"><a href="https://blog.dich.bid/learn-docker-7/">Docker学习笔记(七)</a></h1>
2025-01-02 21:19:48 +08:00
<div class="post-meta-inline">
<span class="post-date">
2025-02-14 19:11:43 +08:00
2024-03-31
2025-01-02 21:19:48 +08:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2025-01-04 11:59:24 +08:00
<a class="post-tag" href="https://blog.dich.bid/tags/xue-xi-bi-ji/">#学习笔记</a></span>
2025-01-02 21:19:48 +08:00
<div class="post-content">
2025-02-14 19:11:43 +08:00
<p>前言 容器镜像仓库是 Docker 容器镜像的集中存储和分发系统。它允许开发人员以这些映像的形式轻松共享和部署应用程序。容器镜像仓库在容器化应用程序的部署中起着至关重要的作用,因为它们提供了一种快速、可靠且安全的方式来跨各种生产环境分发容器映像。</p>
2025-01-02 21:19:48 +08:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2025-02-14 19:11:43 +08:00
<a class="read-more button" href="https://blog.dich.bid/learn-docker-7/">
2025-01-02 21:19:48 +08:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
</div>
<div class="post on-list">
2025-02-14 19:11:43 +08:00
<h1 class="post-title"><a href="https://blog.dich.bid/learn-docker-6/">Docker学习笔记(六)</a></h1>
2025-01-02 21:19:48 +08:00
<div class="post-meta-inline">
<span class="post-date">
2025-02-14 19:11:43 +08:00
2024-03-30
2025-01-02 21:19:48 +08:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2025-01-04 11:59:24 +08:00
<a class="post-tag" href="https://blog.dich.bid/tags/xue-xi-bi-ji/">#学习笔记</a></span>
2025-01-02 21:19:48 +08:00
<div class="post-content">
2025-02-14 19:11:43 +08:00
<p>前言 容器映像是可执行包,其中包含运行应用程序所需的所有内容:代码、运行时、系统工具、库和设置。通过构建自定义映像,您可以在任何 Docker 支持的平台上无缝部署应用程序及其所有依赖项。</p>
2025-01-02 21:19:48 +08:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2025-02-14 19:11:43 +08:00
<a class="read-more button" href="https://blog.dich.bid/learn-docker-6/">
2025-01-02 21:19:48 +08:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
</div>
<div class="post on-list">
2025-02-14 19:11:43 +08:00
<h1 class="post-title"><a href="https://blog.dich.bid/learn-docker-5/">Docker学习笔记(五)</a></h1>
2025-01-02 21:19:48 +08:00
<div class="post-meta-inline">
<span class="post-date">
2025-02-14 19:11:43 +08:00
2024-03-29
2025-01-02 21:19:48 +08:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2025-01-04 11:59:24 +08:00
<a class="post-tag" href="https://blog.dich.bid/tags/xue-xi-bi-ji/">#学习笔记</a></span>
2025-01-02 21:19:48 +08:00
<div class="post-content">
2025-02-14 19:11:43 +08:00
<p>前言 第三方映像是预构建的 Docker 容器映像,可在 Docker Hub 或其他容器注册表上使用。这些映像由个人或组织创建和维护,可用作容器化应用程序的起点。</p>
2025-01-02 21:19:48 +08:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2025-02-14 19:11:43 +08:00
<a class="read-more button" href="https://blog.dich.bid/learn-docker-5/">
2025-01-02 21:19:48 +08:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
</div>
<div class="post on-list">
2025-02-14 19:11:43 +08:00
<h1 class="post-title"><a href="https://blog.dich.bid/learn-docker-4/">Docker学习笔记(四)</a></h1>
2025-01-02 21:19:48 +08:00
<div class="post-meta-inline">
<span class="post-date">
2025-02-14 19:11:43 +08:00
2024-03-28
2025-01-02 21:19:48 +08:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2025-01-04 14:50:02 +08:00
<a class="post-tag" href="https://blog.dich.bid/tags/xue-xi-bi-ji/">#学习笔记</a></span>
2025-01-02 21:19:48 +08:00
<div class="post-content">
2025-02-14 19:11:43 +08:00
<p>前言 Docker 使您能够运行与主机操作系统分离的隔离代码段包括应用程序及其依赖项的容器。默认情况下容器是临时的这意味着容器中存储的任何数据一旦终止就会丢失。为了克服这个问题并跨容器生命周期保留数据Docker 提供了多种数据持久化方法。</p>
2025-01-02 21:19:48 +08:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2025-02-14 19:11:43 +08:00
<a class="read-more button" href="https://blog.dich.bid/learn-docker-4/">
2025-01-02 21:19:48 +08:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
</div>
<div class="post on-list">
2025-02-14 19:11:43 +08:00
<h1 class="post-title"><a href="https://blog.dich.bid/learn-docker-3/">Docker学习笔记(三)</a></h1>
2025-01-02 21:19:48 +08:00
<div class="post-meta-inline">
<span class="post-date">
2025-02-14 19:11:43 +08:00
2024-03-27
2025-01-02 21:19:48 +08:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2025-01-18 22:20:41 +08:00
<a class="post-tag" href="https://blog.dich.bid/tags/xue-xi-bi-ji/">#学习笔记</a></span>
2025-01-02 21:19:48 +08:00
<div class="post-content">
2025-02-14 19:11:43 +08:00
<p>前言 Docker 是一个平台,可简化在轻量级、可移植容器中构建、打包和部署应用程序的过程。在本节中,我们将介绍 Docker 的基础知识、其组件以及入门所需的关键命令。</p>
2025-01-02 21:19:48 +08:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2025-02-14 19:11:43 +08:00
<a class="read-more button" href="https://blog.dich.bid/learn-docker-3/">
2025-01-02 21:19:48 +08:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
</div>
<div class="pagination">
<div class="pagination__buttons">
<span class="button previous">
<a href="https://blog.dich.bid/page/3/">
<span class="button__icon"></span>&nbsp;
<span class="button__text">Newer posts</span>
</a>
</span>
<span class="button next">
<a href="https://blog.dich.bid/page/5/">
<span class="button__text">Older posts</span>&nbsp;
<span class="button__icon"></span>
</a>
</span>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>©
2025
Dichgrem</span>
<span class="copyright-theme">
<span class="copyright-theme-sep">:: </span>
Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
</span>
</div>
</div>
</footer>
</div>
</body>
</html>