https://github.com/johnnyhuy/grafana-windows
Using 🖥 Grafana with Windows containers.
https://github.com/johnnyhuy/grafana-windows
docker grafana windows
Last synced: 10 months ago
JSON representation
Using 🖥 Grafana with Windows containers.
- Host: GitHub
- URL: https://github.com/johnnyhuy/grafana-windows
- Owner: johnnyhuy
- License: mit
- Created: 2019-02-28T03:39:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T08:55:38.000Z (about 2 years ago)
- Last Synced: 2025-09-01T02:00:50.194Z (10 months ago)
- Topics: docker, grafana, windows
- Language: Dockerfile
- Homepage:
- Size: 14.6 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grafana for Windows
This is a repository with Grafana servers in Windows Docker containers.
## Usage
Run the following command to get this container running! There is also support for previous Windows versions.
```bash
# Windows Server 1809
docker run --rm -p 3000:3000 johnnyhuy/grafana-windows:latest
# OR
# Windows Server 1803
docker run --rm -p 3000:3000 johnnyhuy/grafana-windows:1803
# OR
# Windows Server 2016
docker run --rm -p 3000:3000 johnnyhuy/grafana-windows:win2016
```
## Prerequisites
- Docker & Windows (duhh!)
## Contribution
- Project derived from [DockerSamples/AspNet-Monitoring](https://github.com/dockersamples/aspnet-monitoring)
- **Johnny Huynh** - Initial changes in this repository
## License
This project is licensed under the MIT license, see [LICENSE](https://github.com/johnnyhuy/grafana-windows/blob/master/LICENSE) for more information.
- **dockersamples/aspnet-monitoring** is licensed under the [Apache License 2.0](https://github.com/dockersamples/aspnet-monitoring/blob/master/LICENSE)