hero image

学习

好好学习天天向上

project name
project detailed description
link name
link detailed description
book name
Detailed description of the book
article name
Detailed description of the article
friend name
Detailed description of friend
custom item
custom item
Detailed description of this custom item

配置Docker使用国内镜像源的步骤如下:

对于Windows和macOS用户:

  1. 打开Docker Desktop应用。
  2. 进入Settings(设置)> Docker Engine。
  3. 在JSON配置中添加国内镜像源地址,例如:
    {
      "registry-mirrors": [
        "https://docker.mirrors.ustc.edu.cn",
        "https://registry.docker-cn.com",
        "http://hub-mirror.c.163.com",
        "https://mirror.ccs.tencentyun.com"
      ]
    }
    
  4. 应用并重启Docker Desktop。

Mr.HopeLess than 1 minuteDockerredround
Tomato

Tomato

Heading 2

Here is the content.

Heading 3

Here is the content.


Mr.HopeLess than 1 minuteVegetableredround
Page Config

Content before more comment is regarded as page excerpt.


Ms.HopeLess than 1 minuteGuidePage configGuide
Intro Page

Intro Page

Place your introduction and profile here.


Mr.HopeLess than 1 minute
Markdown Enhance

VuePress basically generate pages from Markdown files. So you can use it to generate documentation or blog sites easily.

You should create and write Markdown files, so that VuePress can convert them to different pages according to file structure.


Mr.HopeAbout 3 minGuideMarkdown
Strawberry

Strawberry

Heading 2

Here is the content.

Heading 3

Here is the content.


Mr.HopeLess than 1 minuteFruitStrawberryredsmall
2

This is a blog home page demo.

To use this layout, you should set both layout: BlogHome and home: true in the page front matter.

For related configuration docs, please see blog homepageopen in new window.