Tag: Docker
All the articles with the tag "Docker".
Mac 使用 Docker 安装 MongoDB
Published: at 09:50 AM如何在 macOS 系统上使用 Docker 安装和运行 MongoDB 数据库。
解决 Docker 错误:'OSError: cannot open shared object file: No such file or directory'
Published: at 01:52 PM在 macOS M1 芯片上运行 Docker 时,遇到错误'OSError: /root/.cache/pypoetry/virtualenvs/chatbot-twitter-9TtSrW0h-py3.11/lib/python3.11/site-packages/tls_client/dependencies/tls-client-amd64.so: cannot open shared object file: No such file or directory'。该错误是因为使用了错误的架构。解决方法是在 Dockerfile 中指定 `--platform=amd64` 来使用 amd64 镜像。
Docker API 使用指南及 VSCode 集成
Published: at 09:53 AM本文介绍 Docker API 的使用方法,以及如何在 VSCode 中使用 Docker 插件连接远程 Docker 容器进行开发,包含 `docker.host` 配置和自定义 Docker 命令 `docker.commands.run` 示例。
Docker 安装 Redis 及 Redis Modules
Published: at 06:51 AM本文介绍如何使用 Docker 安装 Redis 数据库,以及如何使用 Docker 运行包含 Redis Modules 的 Redis 实例。