Docker--Grafana

Grafana Docker image

Run the Grafana Docker container

Start the Docker container by binding Grafana to external port 3000.

复制代码
docker run -d --name=grafana -p 3000:3000 grafana/grafana

Try it out, default admin user credentials are admin/admin.

Further documentation on how to run Docker can be found at http://docs.grafana.org/installation/docker/⁠.

Changelog

You can find information about Grafana in our docs⁠, or find out what's new in the latest release here⁠!

相关推荐
程序猿编码4 小时前
用C++从零开始造一个微型GPT,不借助任何第三方库
开发语言·c++·gpt·模型推理
普通网友5 小时前
pytest一些常见的插件
开发语言·python·pytest
苦瓜花5 小时前
【Kotlin】初入门
android·开发语言·kotlin
cndes5 小时前
给Miniconda换源,让包下载更迅速
开发语言·python
乐观的Terry5 小时前
1、为什么要自己造发布系统
java·spring boot·后端·spring cloud·架构
LuminousCPP5 小时前
C 语言集中实践全记录:顺序表 + 单链表原理实现与通讯录项目实战【附可运行源码】
c语言·开发语言·数据结构·经验分享·笔记
兰令水5 小时前
hot100【acm版】【2026.7.13打卡-java版本】
java·开发语言·数据结构·算法·leetcode·面试
铅笔侠_小龙虾6 小时前
Rust 学习(4)-函数与注释
开发语言·学习·rust
名字还没想好☜6 小时前
用 Redis + Redisson 实现分布式锁:从踩坑到生产可用
java·redis·分布式·junit·分布式锁·redisson
tiana_6 小时前
写了个零依赖的 Go 版本管理器,curl | bash 完事
开发语言·golang·bash