Skip to content

Commit

Permalink
added labels
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmix committed Jul 17, 2022
1 parent edfce36 commit 2dc4409
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG TARGETARCH
RUN DEBIAN_FRONTEND=noninteractive \
&& case ${TARGETARCH} in arm64|arm/v8) ARCH="aarch64" ;; amd64) ARCH="x86_64" ;; esac \
&& apt update \
&& apt -y install apt-utils curl procps mdadm ifstat sysstat smartmontools php-cli \
&& apt -y install curl procps mdadm ifstat sysstat smartmontools php-cli \
redis-tools postgresql-client default-mysql-client \
&& curl -fsSLO https://download.docker.com/linux/static/stable/${ARCH}/docker-${DOCKERVERSION}.tgz \
&& tar xzvf docker-${DOCKERVERSION}.tgz --strip 1 -C /usr/local/bin docker/docker \
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# hgls-collector
[![CI Status](https://github.com/oxmix/hgls-collector/workflows/Build%20and%20publish/badge.svg)](https://github.com/oxmix/hgls-collector/actions/workflows/hub-docker.yaml)
[![Docker Pulls](https://img.shields.io/docker/pulls/oxmix/hgls-collector.svg?logo=docker)](https://hub.docker.com/r/tonistiigi/binfmt/)

HGLS client collector module for [https://github.com/oxmix/highload-stats](https://github.com/oxmix/highload-stats)

## Run docker container
Expand Down

0 comments on commit 2dc4409

Please sign in to comment.