docker
未读
Docker Compose 部署 Loki 与 Grafana
This article discusses the deployment of Loki and Grafana using Docker Compose, focusing on configuring and setting up the system. It covers the integration of Loki, a time-series database, and Grafana, a visualization tool, via Docker Compose to streamline the monitoring and logging process. The article provides steps for creating Docker volumes, configuring the Loki and Grafana settings, and setting up Grafana dashboards.
docker安装雷池
摘要:本文主要介绍了docker和docker-compose的安装和使用相关注意事项。文章提到了通过执行特定命令安装雷池(可能是某种安全工具),并且提供了相关的使用指导和一些管理操作的命令。同时,文章还涉及了docker-compose的使用和一些常见的操作命令。最后,文章强调了安全设置的重要性,特别是使用TOTP进行身份验证。
docker
未读
docker安装docker-compose
本文介绍了如何安装Docker Compose。通过访问Docker官方GitHub仓库下载最新版本的Docker Compose安装包,并使用curl命令将其安装到本地/usr/local/bin目录下。同时,还介绍了如何设置安装文件的执行权限,建立软链接至/usr/bin目录以便全局访问。最后通过docker-compose命令确认安装版本成功。整个过程适用于Docker的安装和使用。