Syntax highlighting of 668071c ~( DockerImages)

# Docker Images

[Docker Hub](https://hub.docker.com/)

Name | Image Name | Description
---|---|---
[alpine](https://hub.docker.com/_/alpine) | `alpine` | A minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size!
[busybox](https://hub.docker.com/_/busybox) | `busybox` | Busybox base image.
[cadvisor](https://console.cloud.google.com/gcr/images/cadvisor/global/cadvisor) | `gcr.io/cadvisor/cadvisor` | cAdvisor (Container Advisor) provides container users an understanding of the resource usage and performance characteristics of their running containers.
[curl](https://hub.docker.com/r/curlimages/curl) | `curlimages/curl` | official docker image for curl
[gitlab-runner](https://hub.docker.com/r/gitlab/gitlab-runner) | `gitlab/gitlab-runner` | GitLab CI Multi Runner used to fetch and run pipeline jobs with GitLab CI
[grafana](https://hub.docker.com/r/grafana/grafana) | `grafana/grafana` | The official Grafana docker container
[hadolint](https://hub.docker.com/r/hadolint/hadolint) | `hadolint/hadolint` |Haskell Dockerfile Linter | https://github.com/hadolint/hadolint
[helm](https://hub.docker.com/r/alpine/helm) | `alpine/helm` | Auto-trigger docker build for kubernetes helm when new release is announced
[httpbin](https://hub.docker.com/r/kennethreitz/httpbin) | `kennethreitz/httpbin` | A simple HTTP service. | http://httpbin.org/
[httpie](https://hub.docker.com/r/alpine/httpie) | `alpine/httpie` | Auto-trigger docker build for `httpie` when new release is announced
[k8s](https://hub.docker.com/r/alpine/k8s) | `alpine/k8s` | Kubernetes toolbox for EKS (kubectl, helm, iam-authenticator, eksctl, etc)
[kube-linter](https://hub.docker.com/r/stackrox/kube-linter) | `stackrox/kube-linter` | This is the Docker image for KubeLinter, an open source tool to lint Kubernetes YAML files and Helm charts. | https://github.com/stackrox/kube-linter
[loki](https://hub.docker.com/r/grafana/loki) | `grafana/loki` | Loki - Cloud Native Log Aggregation by Grafana
[nginx](https://hub.docker.com/_/nginx) | `nginx` | Official build of Nginx. | https://nginx.org/ru/
[nginx-exporter](https://quay.io/repository/martinhelmich/prometheus-nginxlog-exporter) | `quay.io/martinhelmich/prometheus-nginxlog-exporter` | Export metrics from Nginx access log files to Prometheus
[node-exporter](https://hub.docker.com/r/prom/node-exporter) | `prom/node-exporter` | Prometheus exporter for machine metrics, written in Go with pluggable metric collectors.
[portainer](https://hub.docker.com/r/portainer/portainer-ce/) | `portainer/portainer-ce` | Portainer CE - a lightweight service delivery platform for containerized applications
[prometheus](https://hub.docker.com/r/prom/prometheus) | `prom/prometheus` | Prometheus is a systems and service monitoring system.
[promtail](https://hub.docker.com/r/grafana/promtail) | `grafana/promtail` | Promtail is an agent which ships the contents of local logs to a private Grafana Loki instance or [Grafana Cloud](https://grafana.com/oss/loki).
[pushgateway](https://hub.docker.com/r/prom/pushgateway) | `prom/pushgateway` | The Prometheus Pushgateway allows ephemeral and batch jobs to expose their metrics to Prometheus. | https://github.com/prometheus/pushgateway
[python](https://hub.docker.com/_/python) | `python` | Python is an interpreted, interactive, object-oriented, open-source programming language.
[traefik](https://hub.docker.com/_/traefik) | `traefik` | Traefik, The Cloud Native Edge Router
[yamllint](https://hub.docker.com/r/cytopia/yamllint) | `cytopia/yamllint` | Alpine-based multistage-build of yamllint for reproducible usage in CI