Category: Docker

Oct 17, 2024

Using GitHub CLI to Create a Private Repository and Upload Code

This tutorial guides you through installing GitHub CLI, creating a private repository, and pushing your local code to GitHub using the `gh` command-line tool, enhancing productivity by simplifying repository management.

Read more
Sep 21, 2024

使用 Docker Compose 部署 Verdaccio

本文介绍了如何使用 Docker 和 Docker Compose 快速部署 Verdaccio,一个轻量级的私有 npm 仓库。

Read more
Jun 20, 2024

Docker Compose 部署 Dify

使用Docker Compose在不同操作系统上部署Dify应用的步骤和要求。

Read more
Jun 20, 2024

Docker Compose 中的健康检查(Healthcheck)

Docker Compose 中的 `healthcheck` 配置项用于监测服务健康状态,通过设置检查命令、间隔、超时等参数,确保服务运行稳定并及时处理不健康状态。

Read more
Jun 20, 2024

docker-compose.yaml version is obsolete

警告指出 `docker-compose.yaml` 文件中的 `version` 字段已过时,解决方法是删除该字段,因为 Docker Compose v2 会自动选择合适的版本。

Read more
PreviousNext